StubLocator.h 920 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_CORBA_StubLocator__
  3. #define __gnu_CORBA_StubLocator__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace CORBA
  11. {
  12. class IOR;
  13. class StubLocator;
  14. }
  15. }
  16. namespace org
  17. {
  18. namespace omg
  19. {
  20. namespace CORBA
  21. {
  22. class ORB;
  23. namespace portable
  24. {
  25. class ObjectImpl;
  26. }
  27. }
  28. }
  29. }
  30. }
  31. class gnu::CORBA::StubLocator : public ::java::lang::Object
  32. {
  33. public:
  34. StubLocator();
  35. static ::org::omg::CORBA::portable::ObjectImpl * search(::org::omg::CORBA::ORB *, ::gnu::CORBA::IOR *);
  36. public: // actually protected
  37. static ::org::omg::CORBA::portable::ObjectImpl * createDefaultStub(::org::omg::CORBA::ORB *, ::gnu::CORBA::IOR *);
  38. public:
  39. static ::java::lang::Class class$;
  40. };
  41. #endif // __gnu_CORBA_StubLocator__