_PolicyStub.h 955 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA__PolicyStub__
  3. #define __org_omg_CORBA__PolicyStub__
  4. #pragma interface
  5. #include <org/omg/CORBA/portable/ObjectImpl.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace org
  10. {
  11. namespace omg
  12. {
  13. namespace CORBA
  14. {
  15. class Policy;
  16. class _PolicyStub;
  17. namespace portable
  18. {
  19. class Delegate;
  20. }
  21. }
  22. }
  23. }
  24. }
  25. class org::omg::CORBA::_PolicyStub : public ::org::omg::CORBA::portable::ObjectImpl
  26. {
  27. public:
  28. _PolicyStub();
  29. _PolicyStub(::org::omg::CORBA::portable::Delegate *);
  30. virtual JArray< ::java::lang::String * > * _ids();
  31. virtual void destroy();
  32. virtual ::org::omg::CORBA::Policy * copy();
  33. virtual jint policy_type();
  34. private:
  35. static const jlong serialVersionUID = 2453656196708903849LL;
  36. public:
  37. static ::java::lang::Class class$;
  38. };
  39. #endif // __org_omg_CORBA__PolicyStub__