AdapterManagerIdHelper.h 1.1 KB

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