NO_PERMISSION.h 848 B

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