// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __org_omg_CORBA_IDLTypeHelper__ #define __org_omg_CORBA_IDLTypeHelper__ #pragma interface #include extern "Java" { namespace org { namespace omg { namespace CORBA { class Any; class IDLType; class IDLTypeHelper; class Object; class TypeCode; namespace portable { class InputStream; class OutputStream; } } } } } class org::omg::CORBA::IDLTypeHelper : public ::java::lang::Object { public: IDLTypeHelper(); static void insert(::org::omg::CORBA::Any *, ::org::omg::CORBA::IDLType *); static ::org::omg::CORBA::IDLType * extract(::org::omg::CORBA::Any *); static ::org::omg::CORBA::TypeCode * type(); static ::java::lang::String * id(); static ::org::omg::CORBA::IDLType * read(::org::omg::CORBA::portable::InputStream *); static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CORBA::IDLType *); static ::org::omg::CORBA::IDLType * narrow(::org::omg::CORBA::Object *); static ::java::lang::Class class$; }; #endif // __org_omg_CORBA_IDLTypeHelper__