ValueBaseHolder.h 992 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_ValueBaseHolder__
  3. #define __org_omg_CORBA_ValueBaseHolder__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace CORBA
  13. {
  14. class TypeCode;
  15. class ValueBaseHolder;
  16. namespace portable
  17. {
  18. class InputStream;
  19. class OutputStream;
  20. }
  21. }
  22. }
  23. }
  24. }
  25. class org::omg::CORBA::ValueBaseHolder : public ::java::lang::Object
  26. {
  27. public:
  28. ValueBaseHolder();
  29. ValueBaseHolder(::java::io::Serializable *);
  30. virtual void _read(::org::omg::CORBA::portable::InputStream *);
  31. virtual ::org::omg::CORBA::TypeCode * _type();
  32. virtual void _write(::org::omg::CORBA::portable::OutputStream *);
  33. ::java::io::Serializable * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
  34. static ::java::lang::Class class$;
  35. };
  36. #endif // __org_omg_CORBA_ValueBaseHolder__