2008-04-25 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / libjava / org / omg / CORBA / IDLTypeHelper.h
blob43540f2820b15f309f7722b47e264621a0bf29ee
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_IDLTypeHelper__
5 #define __org_omg_CORBA_IDLTypeHelper__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace CORBA
18 class Any;
19 class IDLType;
20 class IDLTypeHelper;
21 class Object;
22 class TypeCode;
23 namespace portable
25 class InputStream;
26 class OutputStream;
33 class org::omg::CORBA::IDLTypeHelper : public ::java::lang::Object
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$;
48 #endif // __org_omg_CORBA_IDLTypeHelper__