WrongPolicy.h 788 B

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