config/i386/cygming.h (DWARF2_UNWIND_INFO): Handle 64-bit
[official-gcc.git] / libjava / gnu / CORBA / ServiceRequestAdapter.h
blob2fd7a379569ca5b51a119cd04cdbdf40af05386f
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_CORBA_ServiceRequestAdapter__
5 #define __gnu_CORBA_ServiceRequestAdapter__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace gnu
14 namespace CORBA
16 namespace CDR
18 class BufferedCdrOutput;
20 class ServiceRequestAdapter;
23 namespace org
25 namespace omg
27 namespace CORBA
29 class ServerRequest;
30 namespace portable
32 class InvokeHandler;
33 class OutputStream;
34 class Streamable;
41 class gnu::CORBA::ServiceRequestAdapter : public ::java::lang::Object
44 public:
45 ServiceRequestAdapter();
46 virtual ::org::omg::CORBA::portable::OutputStream * createExceptionReply();
47 virtual ::org::omg::CORBA::portable::OutputStream * createReply();
48 static void invoke(::org::omg::CORBA::ServerRequest *, ::org::omg::CORBA::portable::InvokeHandler *, ::org::omg::CORBA::portable::Streamable *);
49 public: // actually package-private
50 ::gnu::CORBA::CDR::BufferedCdrOutput * __attribute__((aligned(__alignof__( ::java::lang::Object)))) reply;
51 jboolean isException;
52 public:
53 static ::java::lang::Class class$;
56 #endif // __gnu_CORBA_ServiceRequestAdapter__