Daily bump.
[official-gcc.git] / libjava / org / omg / IOP / CodecFactoryOperations.h
blob7691f7387311ae984b536d235ad0545ee2b1992b
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_IOP_CodecFactoryOperations__
5 #define __org_omg_IOP_CodecFactoryOperations__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace IOP
18 class Codec;
19 class CodecFactoryOperations;
20 class Encoding;
26 class org::omg::IOP::CodecFactoryOperations : public ::java::lang::Object
29 public:
30 virtual ::org::omg::IOP::Codec * create_codec(::org::omg::IOP::Encoding *) = 0;
31 static ::java::lang::Class class$;
32 } __attribute__ ((java_interface));
34 #endif // __org_omg_IOP_CodecFactoryOperations__