CurrentOperations.h 796 B

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