URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [Poa/] [ForwardedServant.h] - Rev 791
Go to most recent revision | Compare with Previous | Blame | View Log
// 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__
Go to most recent revision | Compare with Previous | Blame | View Log