Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / org / omg / CORBA / portable / Streamable.h
blob3d1d69612f9fcbe4beb14ac788dc4fc755ca6fcf
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_portable_Streamable__
5 #define __org_omg_CORBA_portable_Streamable__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace CORBA
18 class TypeCode;
19 namespace portable
21 class InputStream;
22 class OutputStream;
23 class Streamable;
30 class org::omg::CORBA::portable::Streamable : public ::java::lang::Object
33 public:
34 virtual void _read(::org::omg::CORBA::portable::InputStream *) = 0;
35 virtual ::org::omg::CORBA::TypeCode * _type() = 0;
36 virtual void _write(::org::omg::CORBA::portable::OutputStream *) = 0;
37 static ::java::lang::Class class$;
38 } __attribute__ ((java_interface));
40 #endif // __org_omg_CORBA_portable_Streamable__