Stub.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_rmi_CORBA_Stub__
  3. #define __javax_rmi_CORBA_Stub__
  4. #pragma interface
  5. #include <org/omg/CORBA_2_3/portable/ObjectImpl.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace rmi
  11. {
  12. namespace CORBA
  13. {
  14. class Stub;
  15. class StubDelegate;
  16. }
  17. }
  18. }
  19. namespace org
  20. {
  21. namespace omg
  22. {
  23. namespace CORBA
  24. {
  25. class ORB;
  26. }
  27. }
  28. }
  29. }
  30. class javax::rmi::CORBA::Stub : public ::org::omg::CORBA_2_3::portable::ObjectImpl
  31. {
  32. public:
  33. Stub();
  34. virtual jint hashCode();
  35. virtual jboolean equals(::java::lang::Object *);
  36. virtual ::java::lang::String * toString();
  37. virtual void connect(::org::omg::CORBA::ORB *);
  38. private:
  39. void readObject(::java::io::ObjectInputStream *);
  40. void writeObject(::java::io::ObjectOutputStream *);
  41. static const jlong serialVersionUID = 1087775603798577179LL;
  42. public: // actually package-private
  43. jint __attribute__((aligned(__alignof__( ::org::omg::CORBA_2_3::portable::ObjectImpl)))) m_hash;
  44. ::java::lang::String * m_ior;
  45. ::org::omg::CORBA::ORB * m_orb;
  46. static ::javax::rmi::CORBA::StubDelegate * delegate;
  47. public:
  48. static ::java::lang::Class class$;
  49. };
  50. #endif // __javax_rmi_CORBA_Stub__