CodecFactoryOperations.h 697 B

1234567891011121314151617181920212223242526272829303132333435
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_IOP_CodecFactoryOperations__
  3. #define __org_omg_IOP_CodecFactoryOperations__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace IOP
  13. {
  14. class Codec;
  15. class CodecFactoryOperations;
  16. class Encoding;
  17. }
  18. }
  19. }
  20. }
  21. class org::omg::IOP::CodecFactoryOperations : public ::java::lang::Object
  22. {
  23. public:
  24. virtual ::org::omg::IOP::Codec * create_codec(::org::omg::IOP::Encoding *) = 0;
  25. static ::java::lang::Class class$;
  26. } __attribute__ ((java_interface));
  27. #endif // __org_omg_IOP_CodecFactoryOperations__