2014-12-22 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
[official-gcc.git] / libjava / org / omg / CORBA / OBJECT_NOT_EXIST.h
blob34c170a0d27ce2f91cd1eacf1a947f2a3ce87803
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_OBJECT_NOT_EXIST__
5 #define __org_omg_CORBA_OBJECT_NOT_EXIST__
7 #pragma interface
9 #include <org/omg/CORBA/SystemException.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace CORBA
18 class CompletionStatus;
19 class OBJECT_NOT_EXIST;
25 class org::omg::CORBA::OBJECT_NOT_EXIST : public ::org::omg::CORBA::SystemException
28 public:
29 OBJECT_NOT_EXIST(::java::lang::String *);
30 OBJECT_NOT_EXIST();
31 OBJECT_NOT_EXIST(jint, ::org::omg::CORBA::CompletionStatus *);
32 OBJECT_NOT_EXIST(::java::lang::String *, jint, ::org::omg::CORBA::CompletionStatus *);
33 private:
34 static const jlong serialVersionUID = 7226958015420512389LL;
35 public:
36 static ::java::lang::Class class$;
39 #endif // __org_omg_CORBA_OBJECT_NOT_EXIST__