2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_IOP_CodecOperations__
5 #define __org_omg_IOP_CodecOperations__
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
25 class CodecOperations
;
31 class org::omg::IOP::CodecOperations
: public ::java::lang::Object
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__