Daily bump.
[official-gcc.git] / libjava / org / omg / IOP / CodecOperations.h
blob50ae2e6c865731ded1f770530415896d45d7ac1d
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_IOP_CodecOperations__
5 #define __org_omg_IOP_CodecOperations__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace org
16 namespace omg
18 namespace CORBA
20 class Any;
21 class TypeCode;
23 namespace IOP
25 class CodecOperations;
31 class org::omg::IOP::CodecOperations : public ::java::lang::Object
34 public:
35 virtual JArray< jbyte > * encode(::org::omg::CORBA::Any *) = 0;
36 virtual ::org::omg::CORBA::Any * decode(JArray< jbyte > *) = 0;
37 virtual JArray< jbyte > * encode_value(::org::omg::CORBA::Any *) = 0;
38 virtual ::org::omg::CORBA::Any * decode_value(JArray< jbyte > *, ::org::omg::CORBA::TypeCode *) = 0;
39 static ::java::lang::Class class$;
40 } __attribute__ ((java_interface));
42 #endif // __org_omg_IOP_CodecOperations__