gnuCodecFactory.h 913 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_CORBA_gnuCodecFactory__
  3. #define __gnu_CORBA_gnuCodecFactory__
  4. #pragma interface
  5. #include <org/omg/CORBA/LocalObject.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace CORBA
  11. {
  12. class gnuCodecFactory;
  13. }
  14. }
  15. namespace org
  16. {
  17. namespace omg
  18. {
  19. namespace CORBA
  20. {
  21. class ORB;
  22. }
  23. namespace IOP
  24. {
  25. class Codec;
  26. class Encoding;
  27. }
  28. }
  29. }
  30. }
  31. class gnu::CORBA::gnuCodecFactory : public ::org::omg::CORBA::LocalObject
  32. {
  33. public:
  34. gnuCodecFactory(::org::omg::CORBA::ORB *);
  35. virtual ::org::omg::IOP::Codec * create_codec(::org::omg::IOP::Encoding *);
  36. private:
  37. ::org::omg::CORBA::ORB * __attribute__((aligned(__alignof__( ::org::omg::CORBA::LocalObject)))) orb;
  38. public:
  39. static ::java::lang::Class class$;
  40. };
  41. #endif // __gnu_CORBA_gnuCodecFactory__