CurrentHelper.h 1.2 KB

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