OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / CORBA / GIOP / ContextHandler.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_CORBA_GIOP_ContextHandler__
5 #define __gnu_CORBA_GIOP_ContextHandler__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace gnu
15   {
16     namespace CORBA
17     {
18       namespace GIOP
19       {
20           class ContextHandler;
21           class ServiceContext;
22       }
23     }
24   }
25   namespace org
26   {
27     namespace omg
28     {
29       namespace IOP
30       {
31           class ServiceContext;
32       }
33     }
34   }
35 }
36
37 class gnu::CORBA::GIOP::ContextHandler : public ::java::lang::Object
38 {
39
40 public:
41   ContextHandler();
42   virtual void addContext(::org::omg::IOP::ServiceContext *, jboolean);
43 public: // actually protected
44   static JArray< ::gnu::CORBA::GIOP::ServiceContext * > * NO_CONTEXT;
45 public:
46   JArray< ::gnu::CORBA::GIOP::ServiceContext * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) service_context;
47   static ::java::lang::Class class$;
48 };
49
50 #endif // __gnu_CORBA_GIOP_ContextHandler__