OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / org / omg / PortableServer / CurrentHelper.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __org_omg_PortableServer_CurrentHelper__
5 #define __org_omg_PortableServer_CurrentHelper__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace org
13   {
14     namespace omg
15     {
16       namespace CORBA
17       {
18           class Any;
19           class Object;
20           class TypeCode;
21         namespace portable
22         {
23             class InputStream;
24             class OutputStream;
25         }
26       }
27       namespace PortableServer
28       {
29           class Current;
30           class CurrentHelper;
31       }
32     }
33   }
34 }
35
36 class org::omg::PortableServer::CurrentHelper : public ::java::lang::Object
37 {
38
39 public:
40   CurrentHelper();
41   static ::org::omg::CORBA::TypeCode * type();
42   static void insert(::org::omg::CORBA::Any *, ::org::omg::PortableServer::Current *);
43   static ::org::omg::PortableServer::Current * extract(::org::omg::CORBA::Any *);
44   static ::java::lang::String * id();
45   static ::org::omg::PortableServer::Current * narrow(::org::omg::CORBA::Object *);
46   static ::org::omg::PortableServer::Current * read(::org::omg::CORBA::portable::InputStream *);
47   static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::PortableServer::Current *);
48   static ::java::lang::Class class$;
49 };
50
51 #endif // __org_omg_PortableServer_CurrentHelper__