Streamable.h 886 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_portable_Streamable__
  3. #define __org_omg_CORBA_portable_Streamable__
  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 TypeCode;
  15. namespace portable
  16. {
  17. class InputStream;
  18. class OutputStream;
  19. class Streamable;
  20. }
  21. }
  22. }
  23. }
  24. }
  25. class org::omg::CORBA::portable::Streamable : public ::java::lang::Object
  26. {
  27. public:
  28. virtual void _read(::org::omg::CORBA::portable::InputStream *) = 0;
  29. virtual ::org::omg::CORBA::TypeCode * _type() = 0;
  30. virtual void _write(::org::omg::CORBA::portable::OutputStream *) = 0;
  31. static ::java::lang::Class class$;
  32. } __attribute__ ((java_interface));
  33. #endif // __org_omg_CORBA_portable_Streamable__