2014-12-22 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
[official-gcc.git] / libjava / org / omg / CORBA / DoubleHolder.h
blob8702c14bf9f4a833021031ddc06b682036cfc92c
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_DoubleHolder__
5 #define __org_omg_CORBA_DoubleHolder__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace CORBA
18 class DoubleHolder;
19 class TypeCode;
20 namespace portable
22 class InputStream;
23 class OutputStream;
30 class org::omg::CORBA::DoubleHolder : public ::java::lang::Object
33 public:
34 DoubleHolder();
35 DoubleHolder(jdouble);
36 void _read(::org::omg::CORBA::portable::InputStream *);
37 ::org::omg::CORBA::TypeCode * _type();
38 void _write(::org::omg::CORBA::portable::OutputStream *);
39 private:
40 static ::org::omg::CORBA::TypeCode * t_double;
41 public:
42 jdouble __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
43 static ::java::lang::Class class$;
46 #endif // __org_omg_CORBA_DoubleHolder__