NoServant.h 775 B

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