OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / java / net / protocol / http / Authenticator.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_java_net_protocol_http_Authenticator__
5 #define __gnu_java_net_protocol_http_Authenticator__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace java
15     {
16       namespace net
17       {
18         namespace protocol
19         {
20           namespace http
21           {
22               class Authenticator;
23               class Credentials;
24           }
25         }
26       }
27     }
28   }
29 }
30
31 class gnu::java::net::protocol::http::Authenticator : public ::java::lang::Object
32 {
33
34 public:
35   virtual ::gnu::java::net::protocol::http::Credentials * getCredentials(::java::lang::String *, jint) = 0;
36   static ::java::lang::Class class$;
37 } __attribute__ ((java_interface));
38
39 #endif // __gnu_java_net_protocol_http_Authenticator__