FloatSeqHolder.h 1.1 KB

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