AdapterAlreadyExistsHelper.h 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_PortableServer_POAPackage_AdapterAlreadyExistsHelper__
  3. #define __org_omg_PortableServer_POAPackage_AdapterAlreadyExistsHelper__
  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. class TypeCode;
  16. namespace portable
  17. {
  18. class InputStream;
  19. class OutputStream;
  20. }
  21. }
  22. namespace PortableServer
  23. {
  24. namespace POAPackage
  25. {
  26. class AdapterAlreadyExists;
  27. class AdapterAlreadyExistsHelper;
  28. }
  29. }
  30. }
  31. }
  32. }
  33. class org::omg::PortableServer::POAPackage::AdapterAlreadyExistsHelper : public ::java::lang::Object
  34. {
  35. public:
  36. AdapterAlreadyExistsHelper();
  37. static ::org::omg::CORBA::TypeCode * type();
  38. static void insert(::org::omg::CORBA::Any *, ::org::omg::PortableServer::POAPackage::AdapterAlreadyExists *);
  39. static ::org::omg::PortableServer::POAPackage::AdapterAlreadyExists * extract(::org::omg::CORBA::Any *);
  40. static ::java::lang::String * id();
  41. static ::org::omg::PortableServer::POAPackage::AdapterAlreadyExists * read(::org::omg::CORBA::portable::InputStream *);
  42. static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::PortableServer::POAPackage::AdapterAlreadyExists *);
  43. private:
  44. static ::org::omg::CORBA::TypeCode * typeCode;
  45. public:
  46. static ::java::lang::Class class$;
  47. };
  48. #endif // __org_omg_PortableServer_POAPackage_AdapterAlreadyExistsHelper__