Retro68/gcc/libjava/org/omg/PortableServer/CurrentHelper.h
Wolfgang Thaller aaf905ce07 add gcc 4.70
2012-03-28 01:13:14 +02:00

52 lines
1.3 KiB
C++

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