OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / org / omg / PortableInterceptor / InvalidSlot.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __org_omg_PortableInterceptor_InvalidSlot__
5 #define __org_omg_PortableInterceptor_InvalidSlot__
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 PortableInterceptor
17       {
18           class InvalidSlot;
19       }
20     }
21   }
22 }
23
24 class org::omg::PortableInterceptor::InvalidSlot : public ::org::omg::CORBA::UserException
25 {
26
27 public:
28   InvalidSlot();
29   InvalidSlot(::java::lang::String *);
30 private:
31   static const jlong serialVersionUID = 2471643293291821501LL;
32 public:
33   static ::java::lang::Class class$;
34 };
35
36 #endif // __org_omg_PortableInterceptor_InvalidSlot__