FixedHolder.h 1022 B

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