IORInterceptorOperations.h 841 B

123456789101112131415161718192021222324252627282930313233343536
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_PortableInterceptor_IORInterceptorOperations__
  3. #define __org_omg_PortableInterceptor_IORInterceptorOperations__
  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 IORInfo;
  15. class IORInterceptorOperations;
  16. }
  17. }
  18. }
  19. }
  20. class org::omg::PortableInterceptor::IORInterceptorOperations : public ::java::lang::Object
  21. {
  22. public:
  23. virtual void establish_components(::org::omg::PortableInterceptor::IORInfo *) = 0;
  24. virtual void destroy() = 0;
  25. virtual ::java::lang::String * name() = 0;
  26. static ::java::lang::Class class$;
  27. } __attribute__ ((java_interface));
  28. #endif // __org_omg_PortableInterceptor_IORInterceptorOperations__