gnuServantRetentionPolicy.h 949 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_CORBA_Poa_gnuServantRetentionPolicy__
  3. #define __gnu_CORBA_Poa_gnuServantRetentionPolicy__
  4. #pragma interface
  5. #include <gnu/CORBA/_PolicyImplBase.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace CORBA
  11. {
  12. namespace Poa
  13. {
  14. class gnuServantRetentionPolicy;
  15. }
  16. }
  17. }
  18. namespace org
  19. {
  20. namespace omg
  21. {
  22. namespace PortableServer
  23. {
  24. class ServantRetentionPolicyValue;
  25. }
  26. }
  27. }
  28. }
  29. class gnu::CORBA::Poa::gnuServantRetentionPolicy : public ::gnu::CORBA::_PolicyImplBase
  30. {
  31. public:
  32. gnuServantRetentionPolicy(::org::omg::PortableServer::ServantRetentionPolicyValue *);
  33. virtual ::org::omg::PortableServer::ServantRetentionPolicyValue * value();
  34. private:
  35. static const jlong serialVersionUID = 1LL;
  36. public:
  37. static ::java::lang::Class class$;
  38. };
  39. #endif // __gnu_CORBA_Poa_gnuServantRetentionPolicy__