NamingContextExtHelper.h 1.5 KB

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