InterceptorOperations.h 716 B

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