ServantManagerOperations.h 631 B

1234567891011121314151617181920212223242526272829303132
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_PortableServer_ServantManagerOperations__
  3. #define __org_omg_PortableServer_ServantManagerOperations__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace PortableServer
  13. {
  14. class ServantManagerOperations;
  15. }
  16. }
  17. }
  18. }
  19. class org::omg::PortableServer::ServantManagerOperations : public ::java::lang::Object
  20. {
  21. public:
  22. static ::java::lang::Class class$;
  23. } __attribute__ ((java_interface));
  24. #endif // __org_omg_PortableServer_ServantManagerOperations__