blob: 46b24050a4e3ae6d87a3b0b2c32a710de87f30b1 [file] [log] [blame]
// 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__