Daily bump.
[official-gcc.git] / libjava / org / omg / IOP / IOR.h
blobc48e01a8068c419047592432d8055bdce26d8f79
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_IOP_IOR__
5 #define __org_omg_IOP_IOR__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace org
16 namespace omg
18 namespace IOP
20 class IOR;
21 class TaggedProfile;
27 class org::omg::IOP::IOR : public ::java::lang::Object
30 public:
31 IOR();
32 IOR(::java::lang::String *, JArray< ::org::omg::IOP::TaggedProfile * > *);
33 private:
34 static const jlong serialVersionUID = 1901439890645554948LL;
35 public:
36 JArray< ::org::omg::IOP::TaggedProfile * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) profiles;
37 ::java::lang::String * type_id;
38 static ::java::lang::Class class$;
41 #endif // __org_omg_IOP_IOR__