OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / org / omg / IOP / CodecFactoryOperations.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __org_omg_IOP_CodecFactoryOperations__
5 #define __org_omg_IOP_CodecFactoryOperations__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace org
13   {
14     namespace omg
15     {
16       namespace IOP
17       {
18           class Codec;
19           class CodecFactoryOperations;
20           class Encoding;
21       }
22     }
23   }
24 }
25
26 class org::omg::IOP::CodecFactoryOperations : public ::java::lang::Object
27 {
28
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));
33
34 #endif // __org_omg_IOP_CodecFactoryOperations__