ServantRetentionPolicyOperations.h 973 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_PortableServer_ServantRetentionPolicyOperations__
  3. #define __org_omg_PortableServer_ServantRetentionPolicyOperations__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace CORBA
  13. {
  14. class Policy;
  15. }
  16. namespace PortableServer
  17. {
  18. class ServantRetentionPolicyOperations;
  19. class ServantRetentionPolicyValue;
  20. }
  21. }
  22. }
  23. }
  24. class org::omg::PortableServer::ServantRetentionPolicyOperations : public ::java::lang::Object
  25. {
  26. public:
  27. virtual ::org::omg::PortableServer::ServantRetentionPolicyValue * value() = 0;
  28. virtual ::org::omg::CORBA::Policy * copy() = 0;
  29. virtual void destroy() = 0;
  30. virtual jint policy_type() = 0;
  31. static ::java::lang::Class class$;
  32. } __attribute__ ((java_interface));
  33. #endif // __org_omg_PortableServer_ServantRetentionPolicyOperations__