2008-04-25 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / libjava / org / omg / CORBA / DoubleSeqHolder.h
blobec2bc43eb263c8d2b6ef8c994fc8d0740b7ec439
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_DoubleSeqHolder__
5 #define __org_omg_CORBA_DoubleSeqHolder__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace gnu
16 namespace CORBA
18 namespace typecodes
20 class ArrayTypeCode;
24 namespace org
26 namespace omg
28 namespace CORBA
30 class DoubleSeqHolder;
31 class TypeCode;
32 namespace portable
34 class InputStream;
35 class OutputStream;
42 class org::omg::CORBA::DoubleSeqHolder : public ::java::lang::Object
45 public:
46 DoubleSeqHolder();
47 DoubleSeqHolder(JArray< jdouble > *);
48 void _read(::org::omg::CORBA::portable::InputStream *);
49 ::org::omg::CORBA::TypeCode * _type();
50 void _write(::org::omg::CORBA::portable::OutputStream *);
51 JArray< jdouble > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
52 private:
53 ::gnu::CORBA::typecodes::ArrayTypeCode * typecode;
54 public:
55 static ::java::lang::Class class$;
58 #endif // __org_omg_CORBA_DoubleSeqHolder__