PolicyFactoryOperations.h 823 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_PortableInterceptor_PolicyFactoryOperations__
  3. #define __org_omg_PortableInterceptor_PolicyFactoryOperations__
  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 Any;
  15. class Policy;
  16. }
  17. namespace PortableInterceptor
  18. {
  19. class PolicyFactoryOperations;
  20. }
  21. }
  22. }
  23. }
  24. class org::omg::PortableInterceptor::PolicyFactoryOperations : public ::java::lang::Object
  25. {
  26. public:
  27. virtual ::org::omg::CORBA::Policy * create_policy(jint, ::org::omg::CORBA::Any *) = 0;
  28. static ::java::lang::Class class$;
  29. } __attribute__ ((java_interface));
  30. #endif // __org_omg_PortableInterceptor_PolicyFactoryOperations__