1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
- #ifndef __org_omg_CosNaming_NamingContextExtHelper__
- #define __org_omg_CosNaming_NamingContextExtHelper__
- #pragma interface
- #include <java/lang/Object.h>
- extern "Java"
- {
- namespace org
- {
- namespace omg
- {
- namespace CORBA
- {
- class Any;
- class Object;
- class TypeCode;
- namespace portable
- {
- class InputStream;
- class OutputStream;
- }
- }
- namespace CosNaming
- {
- class NamingContextExt;
- class NamingContextExtHelper;
- }
- }
- }
- }
- class org::omg::CosNaming::NamingContextExtHelper : public ::java::lang::Object
- {
- public:
- NamingContextExtHelper();
- static ::org::omg::CosNaming::NamingContextExt * extract(::org::omg::CORBA::Any *);
- static ::java::lang::String * id();
- static void insert(::org::omg::CORBA::Any *, ::org::omg::CosNaming::NamingContextExt *);
- static ::org::omg::CosNaming::NamingContextExt * narrow(::org::omg::CORBA::Object *);
- static ::org::omg::CosNaming::NamingContextExt * unchecked_narrow(::org::omg::CORBA::Object *);
- static ::org::omg::CosNaming::NamingContextExt * read(::org::omg::CORBA::portable::InputStream *);
- static ::org::omg::CORBA::TypeCode * type();
- static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CosNaming::NamingContextExt *);
- private:
- static ::java::lang::String * _id;
- public:
- static ::java::lang::Class class$;
- };
- #endif // __org_omg_CosNaming_NamingContextExtHelper__
|