ORBInitializerOperations.h 840 B

1234567891011121314151617181920212223242526272829303132333435
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_PortableInterceptor_ORBInitializerOperations__
  3. #define __org_omg_PortableInterceptor_ORBInitializerOperations__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace PortableInterceptor
  13. {
  14. class ORBInitInfo;
  15. class ORBInitializerOperations;
  16. }
  17. }
  18. }
  19. }
  20. class org::omg::PortableInterceptor::ORBInitializerOperations : public ::java::lang::Object
  21. {
  22. public:
  23. virtual void pre_init(::org::omg::PortableInterceptor::ORBInitInfo *) = 0;
  24. virtual void post_init(::org::omg::PortableInterceptor::ORBInitInfo *) = 0;
  25. static ::java::lang::Class class$;
  26. } __attribute__ ((java_interface));
  27. #endif // __org_omg_PortableInterceptor_ORBInitializerOperations__