INITIALIZE.h 821 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_INITIALIZE__
  3. #define __org_omg_CORBA_INITIALIZE__
  4. #pragma interface
  5. #include <org/omg/CORBA/SystemException.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace CORBA
  13. {
  14. class CompletionStatus;
  15. class INITIALIZE;
  16. }
  17. }
  18. }
  19. }
  20. class org::omg::CORBA::INITIALIZE : public ::org::omg::CORBA::SystemException
  21. {
  22. public:
  23. INITIALIZE(::java::lang::String *);
  24. INITIALIZE();
  25. INITIALIZE(jint, ::org::omg::CORBA::CompletionStatus *);
  26. INITIALIZE(::java::lang::String *, jint, ::org::omg::CORBA::CompletionStatus *);
  27. private:
  28. static const jlong serialVersionUID = -3753094599663690309LL;
  29. public:
  30. static ::java::lang::Class class$;
  31. };
  32. #endif // __org_omg_CORBA_INITIALIZE__