RepositoryIdHelper.h 1.1 KB

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