AnyHolder.h 1006 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_AnyHolder__
  3. #define __org_omg_CORBA_AnyHolder__
  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 Any;
  15. class AnyHolder;
  16. class TypeCode;
  17. namespace portable
  18. {
  19. class InputStream;
  20. class OutputStream;
  21. }
  22. }
  23. }
  24. }
  25. }
  26. class org::omg::CORBA::AnyHolder : public ::java::lang::Object
  27. {
  28. public:
  29. AnyHolder();
  30. AnyHolder(::org::omg::CORBA::Any *);
  31. void _read(::org::omg::CORBA::portable::InputStream *);
  32. ::org::omg::CORBA::TypeCode * _type();
  33. void _write(::org::omg::CORBA::portable::OutputStream *);
  34. private:
  35. static ::org::omg::CORBA::TypeCode * t_any;
  36. public:
  37. ::org::omg::CORBA::Any * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
  38. static ::java::lang::Class class$;
  39. };
  40. #endif // __org_omg_CORBA_AnyHolder__