blob: 5495b844a78efdb5456995f004c8469b79d7e026 [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __org_omg_CORBA_IdentifierHelper__
#define __org_omg_CORBA_IdentifierHelper__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace org
{
namespace omg
{
namespace CORBA
{
class Any;
class IdentifierHelper;
class TypeCode;
namespace portable
{
class InputStream;
class OutputStream;
}
}
}
}
}
class org::omg::CORBA::IdentifierHelper : public ::java::lang::Object
{
public:
IdentifierHelper();
static void insert(::org::omg::CORBA::Any *, ::java::lang::String *);
static ::java::lang::String * extract(::org::omg::CORBA::Any *);
static ::org::omg::CORBA::TypeCode * type();
static ::java::lang::String * id();
static ::java::lang::String * read(::org::omg::CORBA::portable::InputStream *);
static void write(::org::omg::CORBA::portable::OutputStream *, ::java::lang::String *);
static ::java::lang::Class class$;
};
#endif // __org_omg_CORBA_IdentifierHelper__