ServerIdHelper.h 1.2 KB

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