OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / org / omg / CORBA / IDLTypeHelper.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __org_omg_CORBA_IDLTypeHelper__
5 #define __org_omg_CORBA_IDLTypeHelper__
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 IDLType;
20           class IDLTypeHelper;
21           class Object;
22           class TypeCode;
23         namespace portable
24         {
25             class InputStream;
26             class OutputStream;
27         }
28       }
29     }
30   }
31 }
32
33 class org::omg::CORBA::IDLTypeHelper : public ::java::lang::Object
34 {
35
36 public:
37   IDLTypeHelper();
38   static void insert(::org::omg::CORBA::Any *, ::org::omg::CORBA::IDLType *);
39   static ::org::omg::CORBA::IDLType * extract(::org::omg::CORBA::Any *);
40   static ::org::omg::CORBA::TypeCode * type();
41   static ::java::lang::String * id();
42   static ::org::omg::CORBA::IDLType * read(::org::omg::CORBA::portable::InputStream *);
43   static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CORBA::IDLType *);
44   static ::org::omg::CORBA::IDLType * narrow(::org::omg::CORBA::Object *);
45   static ::java::lang::Class class$;
46 };
47
48 #endif // __org_omg_CORBA_IDLTypeHelper__