ACTIVITY_COMPLETED.h 891 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_ACTIVITY_COMPLETED__
  3. #define __org_omg_CORBA_ACTIVITY_COMPLETED__
  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 ACTIVITY_COMPLETED;
  15. class CompletionStatus;
  16. }
  17. }
  18. }
  19. }
  20. class org::omg::CORBA::ACTIVITY_COMPLETED : public ::org::omg::CORBA::SystemException
  21. {
  22. public:
  23. ACTIVITY_COMPLETED(::java::lang::String *);
  24. ACTIVITY_COMPLETED();
  25. ACTIVITY_COMPLETED(jint, ::org::omg::CORBA::CompletionStatus *);
  26. ACTIVITY_COMPLETED(::java::lang::String *, jint, ::org::omg::CORBA::CompletionStatus *);
  27. private:
  28. static const jlong serialVersionUID = 463786710302308798LL;
  29. public:
  30. static ::java::lang::Class class$;
  31. };
  32. #endif // __org_omg_CORBA_ACTIVITY_COMPLETED__