mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-03 10:49:58 +00:00
56 lines
1.4 KiB
C++
56 lines
1.4 KiB
C++
|
|
// 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__
|