123456789101112131415161718192021222324252627282930313233343536373839 |
- // 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__
|