1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
- #ifndef __org_omg_IOP_CodecFactoryHelper__
- #define __org_omg_IOP_CodecFactoryHelper__
- #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 IOP
- {
- class CodecFactory;
- class CodecFactoryHelper;
- }
- }
- }
- }
- class org::omg::IOP::CodecFactoryHelper : public ::java::lang::Object
- {
- public:
- CodecFactoryHelper();
- static ::org::omg::CORBA::TypeCode * type();
- static void insert(::org::omg::CORBA::Any *, ::org::omg::IOP::CodecFactory *);
- static ::org::omg::IOP::CodecFactory * extract(::org::omg::CORBA::Any *);
- static ::java::lang::String * id();
- static ::org::omg::IOP::CodecFactory * narrow(::org::omg::CORBA::Object *);
- static ::org::omg::IOP::CodecFactory * unchecked_narrow(::org::omg::CORBA::Object *);
- static ::org::omg::IOP::CodecFactory * read(::org::omg::CORBA::portable::InputStream *);
- static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::IOP::CodecFactory *);
- private:
- static ::java::lang::String * UNSUPPORTED;
- public:
- static ::java::lang::Class class$;
- };
- #endif // __org_omg_IOP_CodecFactoryHelper__
|