OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / org / omg / PortableInterceptor / ForwardRequest.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __org_omg_PortableInterceptor_ForwardRequest__
5 #define __org_omg_PortableInterceptor_ForwardRequest__
6
7 #pragma interface
8
9 #include <org/omg/CORBA/UserException.h>
10 extern "Java"
11 {
12   namespace org
13   {
14     namespace omg
15     {
16       namespace CORBA
17       {
18           class Object;
19       }
20       namespace PortableInterceptor
21       {
22           class ForwardRequest;
23       }
24     }
25   }
26 }
27
28 class org::omg::PortableInterceptor::ForwardRequest : public ::org::omg::CORBA::UserException
29 {
30
31 public:
32   ForwardRequest();
33   ForwardRequest(::java::lang::String *, ::org::omg::CORBA::Object *);
34   ForwardRequest(::org::omg::CORBA::Object *);
35 private:
36   static const jlong serialVersionUID = 2128007517550526397LL;
37 public:
38   ::org::omg::CORBA::Object * __attribute__((aligned(__alignof__( ::org::omg::CORBA::UserException)))) forward;
39   static ::java::lang::Class class$;
40 };
41
42 #endif // __org_omg_PortableInterceptor_ForwardRequest__