StandardPolicies.h 960 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_CORBA_Poa_StandardPolicies__
  3. #define __gnu_CORBA_Poa_StandardPolicies__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace gnu
  10. {
  11. namespace CORBA
  12. {
  13. namespace Poa
  14. {
  15. class AccessiblePolicy;
  16. class StandardPolicies;
  17. }
  18. }
  19. }
  20. namespace org
  21. {
  22. namespace omg
  23. {
  24. namespace CORBA
  25. {
  26. class Policy;
  27. }
  28. }
  29. }
  30. }
  31. class gnu::CORBA::Poa::StandardPolicies : public ::java::lang::Object
  32. {
  33. public:
  34. StandardPolicies();
  35. static JArray< ::org::omg::CORBA::Policy * > * rootPoa();
  36. static JArray< ::org::omg::CORBA::Policy * > * withDefault(JArray< ::org::omg::CORBA::Policy * > *);
  37. private:
  38. static JArray< ::gnu::CORBA::Poa::AccessiblePolicy * > * rootPOASet;
  39. public:
  40. static ::java::lang::Class class$;
  41. };
  42. #endif // __gnu_CORBA_Poa_StandardPolicies__