StreamableValue.h 1004 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_portable_StreamableValue__
  3. #define __org_omg_CORBA_portable_StreamableValue__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace org
  10. {
  11. namespace omg
  12. {
  13. namespace CORBA
  14. {
  15. class TypeCode;
  16. namespace portable
  17. {
  18. class InputStream;
  19. class OutputStream;
  20. class StreamableValue;
  21. }
  22. }
  23. }
  24. }
  25. }
  26. class org::omg::CORBA::portable::StreamableValue : public ::java::lang::Object
  27. {
  28. public:
  29. virtual void _read(::org::omg::CORBA::portable::InputStream *) = 0;
  30. virtual ::org::omg::CORBA::TypeCode * _type() = 0;
  31. virtual void _write(::org::omg::CORBA::portable::OutputStream *) = 0;
  32. virtual JArray< ::java::lang::String * > * _truncatable_ids() = 0;
  33. static ::java::lang::Class class$;
  34. } __attribute__ ((java_interface));
  35. #endif // __org_omg_CORBA_portable_StreamableValue__