NoContextHelper.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_PortableServer_CurrentPackage_NoContextHelper__
  3. #define __org_omg_PortableServer_CurrentPackage_NoContextHelper__
  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 CurrentPackage
  25. {
  26. class NoContext;
  27. class NoContextHelper;
  28. }
  29. }
  30. }
  31. }
  32. }
  33. class org::omg::PortableServer::CurrentPackage::NoContextHelper : public ::java::lang::Object
  34. {
  35. public:
  36. NoContextHelper();
  37. static ::org::omg::CORBA::TypeCode * type();
  38. static void insert(::org::omg::CORBA::Any *, ::org::omg::PortableServer::CurrentPackage::NoContext *);
  39. static ::org::omg::PortableServer::CurrentPackage::NoContext * extract(::org::omg::CORBA::Any *);
  40. static ::java::lang::String * id();
  41. static ::org::omg::PortableServer::CurrentPackage::NoContext * read(::org::omg::CORBA::portable::InputStream *);
  42. static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::PortableServer::CurrentPackage::NoContext *);
  43. static ::java::lang::Class class$;
  44. };
  45. #endif // __org_omg_PortableServer_CurrentPackage_NoContextHelper__