2008-04-25 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / libjava / org / omg / CORBA / NO_RESOURCES.h
blob92daec581dcfa262efe63b2de2cac50fc9ccdceb
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_NO_RESOURCES__
5 #define __org_omg_CORBA_NO_RESOURCES__
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 NO_RESOURCES;
25 class org::omg::CORBA::NO_RESOURCES : public ::org::omg::CORBA::SystemException
28 public:
29 NO_RESOURCES(::java::lang::String *);
30 NO_RESOURCES();
31 NO_RESOURCES(jint, ::org::omg::CORBA::CompletionStatus *);
32 NO_RESOURCES(::java::lang::String *, jint, ::org::omg::CORBA::CompletionStatus *);
33 private:
34 static const jlong serialVersionUID = 8129246118235803597LL;
35 public:
36 static ::java::lang::Class class$;
39 #endif // __org_omg_CORBA_NO_RESOURCES__