PolicyHolder.h 973 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_PolicyHolder__
  3. #define __org_omg_CORBA_PolicyHolder__
  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. class PolicyHolder;
  16. class TypeCode;
  17. namespace portable
  18. {
  19. class InputStream;
  20. class OutputStream;
  21. }
  22. }
  23. }
  24. }
  25. }
  26. class org::omg::CORBA::PolicyHolder : public ::java::lang::Object
  27. {
  28. public:
  29. PolicyHolder();
  30. PolicyHolder(::org::omg::CORBA::Policy *);
  31. void _read(::org::omg::CORBA::portable::InputStream *);
  32. void _write(::org::omg::CORBA::portable::OutputStream *);
  33. ::org::omg::CORBA::TypeCode * _type();
  34. ::org::omg::CORBA::Policy * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
  35. static ::java::lang::Class class$;
  36. };
  37. #endif // __org_omg_CORBA_PolicyHolder__