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