mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
62 lines
1.5 KiB
C++
62 lines
1.5 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_CORBA_Poa_ForwardedServant__
|
|
#define __gnu_CORBA_Poa_ForwardedServant__
|
|
|
|
#pragma interface
|
|
|
|
#include <org/omg/PortableServer/Servant.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace CORBA
|
|
{
|
|
namespace Poa
|
|
{
|
|
class ForwardedServant;
|
|
}
|
|
}
|
|
}
|
|
namespace org
|
|
{
|
|
namespace omg
|
|
{
|
|
namespace CORBA
|
|
{
|
|
class Object;
|
|
namespace portable
|
|
{
|
|
class InputStream;
|
|
class ObjectImpl;
|
|
class OutputStream;
|
|
class ResponseHandler;
|
|
}
|
|
}
|
|
namespace PortableServer
|
|
{
|
|
class POA;
|
|
class Servant;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::CORBA::Poa::ForwardedServant : public ::org::omg::PortableServer::Servant
|
|
{
|
|
|
|
public: // actually package-private
|
|
ForwardedServant(::org::omg::CORBA::portable::ObjectImpl *);
|
|
public:
|
|
static ::org::omg::PortableServer::Servant * create(::org::omg::CORBA::Object *);
|
|
virtual ::org::omg::CORBA::portable::OutputStream * _invoke(::java::lang::String *, ::org::omg::CORBA::portable::InputStream *, ::org::omg::CORBA::portable::ResponseHandler *);
|
|
virtual JArray< ::java::lang::String * > * _all_interfaces(::org::omg::PortableServer::POA *, JArray< jbyte > *);
|
|
::org::omg::CORBA::portable::ObjectImpl * __attribute__((aligned(__alignof__( ::org::omg::PortableServer::Servant)))) ref;
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_CORBA_Poa_ForwardedServant__
|