PolicyListHelper.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_PolicyListHelper__
  3. #define __org_omg_CORBA_PolicyListHelper__
  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 Any;
  16. class Policy;
  17. class PolicyListHelper;
  18. class TypeCode;
  19. namespace portable
  20. {
  21. class InputStream;
  22. class OutputStream;
  23. }
  24. }
  25. }
  26. }
  27. }
  28. class org::omg::CORBA::PolicyListHelper : public ::java::lang::Object
  29. {
  30. public:
  31. PolicyListHelper();
  32. static ::org::omg::CORBA::TypeCode * type();
  33. static void insert(::org::omg::CORBA::Any *, JArray< ::org::omg::CORBA::Policy * > *);
  34. static JArray< ::org::omg::CORBA::Policy * > * extract(::org::omg::CORBA::Any *);
  35. static ::java::lang::String * id();
  36. static JArray< ::org::omg::CORBA::Policy * > * read(::org::omg::CORBA::portable::InputStream *);
  37. static void write(::org::omg::CORBA::portable::OutputStream *, JArray< ::org::omg::CORBA::Policy * > *);
  38. static ::java::lang::Class class$;
  39. };
  40. #endif // __org_omg_CORBA_PolicyListHelper__