gnuValueHolder.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_CORBA_gnuValueHolder__
  3. #define __gnu_CORBA_gnuValueHolder__
  4. #pragma interface
  5. #include <org/omg/CORBA/ValueBaseHolder.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace CORBA
  11. {
  12. class gnuValueHolder;
  13. }
  14. }
  15. namespace org
  16. {
  17. namespace omg
  18. {
  19. namespace CORBA
  20. {
  21. class TypeCode;
  22. namespace portable
  23. {
  24. class BoxedValueHelper;
  25. class InputStream;
  26. class OutputStream;
  27. }
  28. }
  29. }
  30. }
  31. }
  32. class gnu::CORBA::gnuValueHolder : public ::org::omg::CORBA::ValueBaseHolder
  33. {
  34. public:
  35. gnuValueHolder(::java::io::Serializable *, ::org::omg::CORBA::TypeCode *);
  36. virtual ::org::omg::CORBA::TypeCode * _type();
  37. virtual void _write(::org::omg::CORBA::portable::OutputStream *);
  38. virtual void _read(::org::omg::CORBA::portable::InputStream *);
  39. public: // actually package-private
  40. virtual void findHelper();
  41. ::org::omg::CORBA::TypeCode * __attribute__((aligned(__alignof__( ::org::omg::CORBA::ValueBaseHolder)))) type;
  42. ::org::omg::CORBA::portable::BoxedValueHelper * helper;
  43. jboolean helper_NA;
  44. public:
  45. static ::java::lang::Class class$;
  46. };
  47. #endif // __gnu_CORBA_gnuValueHolder__