OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / javax / net / ssl / provider / SimpleSessionContext$1.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_javax_net_ssl_provider_SimpleSessionContext$1__
5 #define __gnu_javax_net_ssl_provider_SimpleSessionContext$1__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace javax
15     {
16       namespace net
17       {
18         namespace ssl
19         {
20           namespace provider
21           {
22               class SimpleSessionContext;
23               class SimpleSessionContext$1;
24           }
25         }
26       }
27     }
28   }
29 }
30
31 class gnu::javax::net::ssl::provider::SimpleSessionContext$1 : public ::java::lang::Object
32 {
33
34 public: // actually package-private
35   SimpleSessionContext$1(::gnu::javax::net::ssl::provider::SimpleSessionContext *);
36 public:
37   jboolean hasMoreElements();
38   ::java::lang::Object * nextElement();
39 public: // actually package-private
40   ::java::util::Iterator * __attribute__((aligned(__alignof__( ::java::lang::Object)))) it;
41   ::gnu::javax::net::ssl::provider::SimpleSessionContext * this$0;
42 public:
43   static ::java::lang::Class class$;
44 };
45
46 #endif // __gnu_javax_net_ssl_provider_SimpleSessionContext$1__