PolicyListHolder.h 1.0 KB

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