Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / org / omg / IOP / IORHolder.h
blob54bf586a669184f8de33eee594705192a772d179
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_IOP_IORHolder__
5 #define __org_omg_IOP_IORHolder__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace CORBA
18 class TypeCode;
19 namespace portable
21 class InputStream;
22 class OutputStream;
25 namespace IOP
27 class IOR;
28 class IORHolder;
34 class org::omg::IOP::IORHolder : public ::java::lang::Object
37 public:
38 IORHolder();
39 IORHolder(::org::omg::IOP::IOR *);
40 void _read(::org::omg::CORBA::portable::InputStream *);
41 void _write(::org::omg::CORBA::portable::OutputStream *);
42 ::org::omg::CORBA::TypeCode * _type();
43 ::org::omg::IOP::IOR * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
44 static ::java::lang::Class class$;
47 #endif // __org_omg_IOP_IORHolder__