mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-04 13:06:01 +00:00
53 lines
1.1 KiB
C++
53 lines
1.1 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_CORBA_IorObject__
|
|
#define __gnu_CORBA_IorObject__
|
|
|
|
#pragma interface
|
|
|
|
#include <org/omg/CORBA/portable/ObjectImpl.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace CORBA
|
|
{
|
|
class IOR;
|
|
class IorObject;
|
|
class OrbFunctional;
|
|
}
|
|
}
|
|
namespace org
|
|
{
|
|
namespace omg
|
|
{
|
|
namespace CORBA
|
|
{
|
|
class ORB;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::CORBA::IorObject : public ::org::omg::CORBA::portable::ObjectImpl
|
|
{
|
|
|
|
public:
|
|
IorObject(::org::omg::CORBA::ORB *, ::gnu::CORBA::IOR *);
|
|
IorObject(::gnu::CORBA::OrbFunctional *, ::java::lang::String *);
|
|
virtual ::gnu::CORBA::IOR * getIor();
|
|
virtual JArray< ::java::lang::String * > * _ids();
|
|
virtual ::java::lang::String * toString();
|
|
public: // actually protected
|
|
virtual void finalize();
|
|
::gnu::CORBA::IOR * __attribute__((aligned(__alignof__( ::org::omg::CORBA::portable::ObjectImpl)))) ior;
|
|
JArray< ::java::lang::String * > * id;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_CORBA_IorObject__
|