inline-1.C: New.
[official-gcc.git] / libjava / org / omg / CORBA / ULongLongSeqHolder.h
bloba6b2ca6de17c67bace93f87fa207f8c44e3a75c3
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_ULongLongSeqHolder__
5 #define __org_omg_CORBA_ULongLongSeqHolder__
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 TypeCode;
31 class ULongLongSeqHolder;
32 namespace portable
34 class InputStream;
35 class OutputStream;
42 class org::omg::CORBA::ULongLongSeqHolder : public ::java::lang::Object
45 public:
46 ULongLongSeqHolder();
47 ULongLongSeqHolder(JArray< jlong > *);
48 void _read(::org::omg::CORBA::portable::InputStream *);
49 ::org::omg::CORBA::TypeCode * _type();
50 void _write(::org::omg::CORBA::portable::OutputStream *);
51 JArray< jlong > * __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_ULongLongSeqHolder__