URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [omg/] [CORBA/] [portable/] [InvokeHandler.h] - Rev 848
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __org_omg_CORBA_portable_InvokeHandler__ #define __org_omg_CORBA_portable_InvokeHandler__ #pragma interface #include <java/lang/Object.h> extern "Java" { namespace org { namespace omg { namespace CORBA { namespace portable { class InputStream; class InvokeHandler; class OutputStream; class ResponseHandler; } } } } } class org::omg::CORBA::portable::InvokeHandler : public ::java::lang::Object { public: virtual ::org::omg::CORBA::portable::OutputStream * _invoke(::java::lang::String *, ::org::omg::CORBA::portable::InputStream *, ::org::omg::CORBA::portable::ResponseHandler *) = 0; static ::java::lang::Class class$; } __attribute__ ((java_interface)); #endif // __org_omg_CORBA_portable_InvokeHandler__
Go to most recent revision | Compare with Previous | Blame | View Log