summaryrefslogtreecommitdiff
path: root/libjava/org/omg/IOP
diff options
context:
space:
mode:
authorupstream source tree <ports@midipix.org>2015-03-15 20:14:05 -0400
committerupstream source tree <ports@midipix.org>2015-03-15 20:14:05 -0400
commit554fd8c5195424bdbcabf5de30fdc183aba391bd (patch)
tree976dc5ab7fddf506dadce60ae936f43f58787092 /libjava/org/omg/IOP
downloadcbb-gcc-4.6.4-554fd8c5195424bdbcabf5de30fdc183aba391bd.tar.bz2
cbb-gcc-4.6.4-554fd8c5195424bdbcabf5de30fdc183aba391bd.tar.xz
obtained gcc-4.6.4.tar.bz2 from upstream website;upstream
verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository.
Diffstat (limited to 'libjava/org/omg/IOP')
-rw-r--r--libjava/org/omg/IOP/CodeSets.h32
-rw-r--r--libjava/org/omg/IOP/Codec.h65
-rw-r--r--libjava/org/omg/IOP/CodecFactory.h62
-rw-r--r--libjava/org/omg/IOP/CodecFactoryHelper.h55
-rw-r--r--libjava/org/omg/IOP/CodecFactoryOperations.h34
-rw-r--r--libjava/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.h39
-rw-r--r--libjava/org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.h52
-rw-r--r--libjava/org/omg/IOP/CodecOperations.h42
-rw-r--r--libjava/org/omg/IOP/CodecPackage/FormatMismatch.h39
-rw-r--r--libjava/org/omg/IOP/CodecPackage/FormatMismatchHelper.h52
-rw-r--r--libjava/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.h39
-rw-r--r--libjava/org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.h52
-rw-r--r--libjava/org/omg/IOP/CodecPackage/TypeMismatch.h39
-rw-r--r--libjava/org/omg/IOP/CodecPackage/TypeMismatchHelper.h52
-rw-r--r--libjava/org/omg/IOP/ComponentIdHelper.h48
-rw-r--r--libjava/org/omg/IOP/ENCODING_CDR_ENCAPS.h32
-rw-r--r--libjava/org/omg/IOP/Encoding.h39
-rw-r--r--libjava/org/omg/IOP/ExceptionDetailMessage.h32
-rw-r--r--libjava/org/omg/IOP/IOR.h41
-rw-r--r--libjava/org/omg/IOP/IORHelper.h49
-rw-r--r--libjava/org/omg/IOP/IORHolder.h47
-rw-r--r--libjava/org/omg/IOP/MultipleComponentProfileHelper.h51
-rw-r--r--libjava/org/omg/IOP/MultipleComponentProfileHolder.h49
-rw-r--r--libjava/org/omg/IOP/ProfileIdHelper.h48
-rw-r--r--libjava/org/omg/IOP/RMICustomMaxStreamFormat.h32
-rw-r--r--libjava/org/omg/IOP/ServiceContext.h40
-rw-r--r--libjava/org/omg/IOP/ServiceContextHelper.h49
-rw-r--r--libjava/org/omg/IOP/ServiceContextHolder.h47
-rw-r--r--libjava/org/omg/IOP/ServiceContextListHelper.h51
-rw-r--r--libjava/org/omg/IOP/ServiceContextListHolder.h49
-rw-r--r--libjava/org/omg/IOP/ServiceIdHelper.h48
-rw-r--r--libjava/org/omg/IOP/TAG_ALTERNATE_IIOP_ADDRESS.h32
-rw-r--r--libjava/org/omg/IOP/TAG_CODE_SETS.h32
-rw-r--r--libjava/org/omg/IOP/TAG_INTERNET_IOP.h32
-rw-r--r--libjava/org/omg/IOP/TAG_JAVA_CODEBASE.h32
-rw-r--r--libjava/org/omg/IOP/TAG_MULTIPLE_COMPONENTS.h32
-rw-r--r--libjava/org/omg/IOP/TAG_ORB_TYPE.h32
-rw-r--r--libjava/org/omg/IOP/TAG_POLICIES.h32
-rw-r--r--libjava/org/omg/IOP/TAG_RMI_CUSTOM_MAX_STREAM_FORMAT.h32
-rw-r--r--libjava/org/omg/IOP/TaggedComponent.h40
-rw-r--r--libjava/org/omg/IOP/TaggedComponentHelper.h49
-rw-r--r--libjava/org/omg/IOP/TaggedComponentHolder.h47
-rw-r--r--libjava/org/omg/IOP/TaggedProfile.h40
-rw-r--r--libjava/org/omg/IOP/TaggedProfileHelper.h49
-rw-r--r--libjava/org/omg/IOP/TaggedProfileHolder.h47
-rw-r--r--libjava/org/omg/IOP/TransactionService.h32
46 files changed, 1966 insertions, 0 deletions
diff --git a/libjava/org/omg/IOP/CodeSets.h b/libjava/org/omg/IOP/CodeSets.h
new file mode 100644
index 000000000..c93ffaa6c
--- /dev/null
+++ b/libjava/org/omg/IOP/CodeSets.h
@@ -0,0 +1,32 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_CodeSets__
+#define __org_omg_IOP_CodeSets__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class CodeSets;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::CodeSets : public ::java::lang::Object
+{
+
+public:
+ static const jint value = 1;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_CodeSets__
diff --git a/libjava/org/omg/IOP/Codec.h b/libjava/org/omg/IOP/Codec.h
new file mode 100644
index 000000000..f25bacb6d
--- /dev/null
+++ b/libjava/org/omg/IOP/Codec.h
@@ -0,0 +1,65 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_Codec__
+#define __org_omg_IOP_Codec__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class Context;
+ class ContextList;
+ class DomainManager;
+ class ExceptionList;
+ class NVList;
+ class NamedValue;
+ class Object;
+ class Policy;
+ class Request;
+ class SetOverrideType;
+ class TypeCode;
+ }
+ namespace IOP
+ {
+ class Codec;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::Codec : public ::java::lang::Object
+{
+
+public:
+ virtual JArray< jbyte > * encode(::org::omg::CORBA::Any *) = 0;
+ virtual ::org::omg::CORBA::Any * decode(JArray< jbyte > *) = 0;
+ virtual JArray< jbyte > * encode_value(::org::omg::CORBA::Any *) = 0;
+ virtual ::org::omg::CORBA::Any * decode_value(JArray< jbyte > *, ::org::omg::CORBA::TypeCode *) = 0;
+ virtual ::org::omg::CORBA::Request * _create_request(::org::omg::CORBA::Context *, ::java::lang::String *, ::org::omg::CORBA::NVList *, ::org::omg::CORBA::NamedValue *) = 0;
+ virtual ::org::omg::CORBA::Request * _create_request(::org::omg::CORBA::Context *, ::java::lang::String *, ::org::omg::CORBA::NVList *, ::org::omg::CORBA::NamedValue *, ::org::omg::CORBA::ExceptionList *, ::org::omg::CORBA::ContextList *) = 0;
+ virtual ::org::omg::CORBA::Object * _duplicate() = 0;
+ virtual JArray< ::org::omg::CORBA::DomainManager * > * _get_domain_managers() = 0;
+ virtual ::org::omg::CORBA::Object * _get_interface_def() = 0;
+ virtual ::org::omg::CORBA::Policy * _get_policy(jint) = 0;
+ virtual jint _hash(jint) = 0;
+ virtual jboolean _is_a(::java::lang::String *) = 0;
+ virtual jboolean _is_equivalent(::org::omg::CORBA::Object *) = 0;
+ virtual jboolean _non_existent() = 0;
+ virtual void _release() = 0;
+ virtual ::org::omg::CORBA::Request * _request(::java::lang::String *) = 0;
+ virtual ::org::omg::CORBA::Object * _set_policy_override(JArray< ::org::omg::CORBA::Policy * > *, ::org::omg::CORBA::SetOverrideType *) = 0;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_Codec__
diff --git a/libjava/org/omg/IOP/CodecFactory.h b/libjava/org/omg/IOP/CodecFactory.h
new file mode 100644
index 000000000..b5f0b4f9b
--- /dev/null
+++ b/libjava/org/omg/IOP/CodecFactory.h
@@ -0,0 +1,62 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_CodecFactory__
+#define __org_omg_IOP_CodecFactory__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Context;
+ class ContextList;
+ class DomainManager;
+ class ExceptionList;
+ class NVList;
+ class NamedValue;
+ class Object;
+ class Policy;
+ class Request;
+ class SetOverrideType;
+ }
+ namespace IOP
+ {
+ class Codec;
+ class CodecFactory;
+ class Encoding;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::CodecFactory : public ::java::lang::Object
+{
+
+public:
+ virtual ::org::omg::IOP::Codec * create_codec(::org::omg::IOP::Encoding *) = 0;
+ virtual ::org::omg::CORBA::Request * _create_request(::org::omg::CORBA::Context *, ::java::lang::String *, ::org::omg::CORBA::NVList *, ::org::omg::CORBA::NamedValue *) = 0;
+ virtual ::org::omg::CORBA::Request * _create_request(::org::omg::CORBA::Context *, ::java::lang::String *, ::org::omg::CORBA::NVList *, ::org::omg::CORBA::NamedValue *, ::org::omg::CORBA::ExceptionList *, ::org::omg::CORBA::ContextList *) = 0;
+ virtual ::org::omg::CORBA::Object * _duplicate() = 0;
+ virtual JArray< ::org::omg::CORBA::DomainManager * > * _get_domain_managers() = 0;
+ virtual ::org::omg::CORBA::Object * _get_interface_def() = 0;
+ virtual ::org::omg::CORBA::Policy * _get_policy(jint) = 0;
+ virtual jint _hash(jint) = 0;
+ virtual jboolean _is_a(::java::lang::String *) = 0;
+ virtual jboolean _is_equivalent(::org::omg::CORBA::Object *) = 0;
+ virtual jboolean _non_existent() = 0;
+ virtual void _release() = 0;
+ virtual ::org::omg::CORBA::Request * _request(::java::lang::String *) = 0;
+ virtual ::org::omg::CORBA::Object * _set_policy_override(JArray< ::org::omg::CORBA::Policy * > *, ::org::omg::CORBA::SetOverrideType *) = 0;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_CodecFactory__
diff --git a/libjava/org/omg/IOP/CodecFactoryHelper.h b/libjava/org/omg/IOP/CodecFactoryHelper.h
new file mode 100644
index 000000000..638907def
--- /dev/null
+++ b/libjava/org/omg/IOP/CodecFactoryHelper.h
@@ -0,0 +1,55 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_CodecFactoryHelper__
+#define __org_omg_IOP_CodecFactoryHelper__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class Object;
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ class CodecFactory;
+ class CodecFactoryHelper;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::CodecFactoryHelper : public ::java::lang::Object
+{
+
+public:
+ CodecFactoryHelper();
+ static ::org::omg::CORBA::TypeCode * type();
+ static void insert(::org::omg::CORBA::Any *, ::org::omg::IOP::CodecFactory *);
+ static ::org::omg::IOP::CodecFactory * extract(::org::omg::CORBA::Any *);
+ static ::java::lang::String * id();
+ static ::org::omg::IOP::CodecFactory * narrow(::org::omg::CORBA::Object *);
+ static ::org::omg::IOP::CodecFactory * unchecked_narrow(::org::omg::CORBA::Object *);
+ static ::org::omg::IOP::CodecFactory * read(::org::omg::CORBA::portable::InputStream *);
+ static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::IOP::CodecFactory *);
+private:
+ static ::java::lang::String * UNSUPPORTED;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_CodecFactoryHelper__
diff --git a/libjava/org/omg/IOP/CodecFactoryOperations.h b/libjava/org/omg/IOP/CodecFactoryOperations.h
new file mode 100644
index 000000000..7691f7387
--- /dev/null
+++ b/libjava/org/omg/IOP/CodecFactoryOperations.h
@@ -0,0 +1,34 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_CodecFactoryOperations__
+#define __org_omg_IOP_CodecFactoryOperations__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class Codec;
+ class CodecFactoryOperations;
+ class Encoding;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::CodecFactoryOperations : public ::java::lang::Object
+{
+
+public:
+ virtual ::org::omg::IOP::Codec * create_codec(::org::omg::IOP::Encoding *) = 0;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_CodecFactoryOperations__
diff --git a/libjava/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.h b/libjava/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.h
new file mode 100644
index 000000000..6d95f21a1
--- /dev/null
+++ b/libjava/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.h
@@ -0,0 +1,39 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_CodecFactoryPackage_UnknownEncoding__
+#define __org_omg_IOP_CodecFactoryPackage_UnknownEncoding__
+
+#pragma interface
+
+#include <org/omg/CORBA/UserException.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ namespace CodecFactoryPackage
+ {
+ class UnknownEncoding;
+ }
+ }
+ }
+ }
+}
+
+class org::omg::IOP::CodecFactoryPackage::UnknownEncoding : public ::org::omg::CORBA::UserException
+{
+
+public:
+ UnknownEncoding();
+ UnknownEncoding(::java::lang::String *);
+private:
+ static const jlong serialVersionUID = 1613955753212049966LL;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_CodecFactoryPackage_UnknownEncoding__
diff --git a/libjava/org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.h b/libjava/org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.h
new file mode 100644
index 000000000..3cc0ad3eb
--- /dev/null
+++ b/libjava/org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.h
@@ -0,0 +1,52 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_CodecFactoryPackage_UnknownEncodingHelper__
+#define __org_omg_IOP_CodecFactoryPackage_UnknownEncodingHelper__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ namespace CodecFactoryPackage
+ {
+ class UnknownEncoding;
+ class UnknownEncodingHelper;
+ }
+ }
+ }
+ }
+}
+
+class org::omg::IOP::CodecFactoryPackage::UnknownEncodingHelper : public ::java::lang::Object
+{
+
+public:
+ UnknownEncodingHelper();
+ static ::org::omg::CORBA::TypeCode * type();
+ static void insert(::org::omg::CORBA::Any *, ::org::omg::IOP::CodecFactoryPackage::UnknownEncoding *);
+ static ::org::omg::IOP::CodecFactoryPackage::UnknownEncoding * extract(::org::omg::CORBA::Any *);
+ static ::java::lang::String * id();
+ static ::org::omg::IOP::CodecFactoryPackage::UnknownEncoding * read(::org::omg::CORBA::portable::InputStream *);
+ static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::IOP::CodecFactoryPackage::UnknownEncoding *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_CodecFactoryPackage_UnknownEncodingHelper__
diff --git a/libjava/org/omg/IOP/CodecOperations.h b/libjava/org/omg/IOP/CodecOperations.h
new file mode 100644
index 000000000..50ae2e6c8
--- /dev/null
+++ b/libjava/org/omg/IOP/CodecOperations.h
@@ -0,0 +1,42 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_CodecOperations__
+#define __org_omg_IOP_CodecOperations__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class TypeCode;
+ }
+ namespace IOP
+ {
+ class CodecOperations;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::CodecOperations : public ::java::lang::Object
+{
+
+public:
+ virtual JArray< jbyte > * encode(::org::omg::CORBA::Any *) = 0;
+ virtual ::org::omg::CORBA::Any * decode(JArray< jbyte > *) = 0;
+ virtual JArray< jbyte > * encode_value(::org::omg::CORBA::Any *) = 0;
+ virtual ::org::omg::CORBA::Any * decode_value(JArray< jbyte > *, ::org::omg::CORBA::TypeCode *) = 0;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_CodecOperations__
diff --git a/libjava/org/omg/IOP/CodecPackage/FormatMismatch.h b/libjava/org/omg/IOP/CodecPackage/FormatMismatch.h
new file mode 100644
index 000000000..4c007a670
--- /dev/null
+++ b/libjava/org/omg/IOP/CodecPackage/FormatMismatch.h
@@ -0,0 +1,39 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_CodecPackage_FormatMismatch__
+#define __org_omg_IOP_CodecPackage_FormatMismatch__
+
+#pragma interface
+
+#include <org/omg/CORBA/UserException.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ namespace CodecPackage
+ {
+ class FormatMismatch;
+ }
+ }
+ }
+ }
+}
+
+class org::omg::IOP::CodecPackage::FormatMismatch : public ::org::omg::CORBA::UserException
+{
+
+public:
+ FormatMismatch();
+ FormatMismatch(::java::lang::String *);
+private:
+ static const jlong serialVersionUID = 5818121867618342320LL;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_CodecPackage_FormatMismatch__
diff --git a/libjava/org/omg/IOP/CodecPackage/FormatMismatchHelper.h b/libjava/org/omg/IOP/CodecPackage/FormatMismatchHelper.h
new file mode 100644
index 000000000..2c46bc3d3
--- /dev/null
+++ b/libjava/org/omg/IOP/CodecPackage/FormatMismatchHelper.h
@@ -0,0 +1,52 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_CodecPackage_FormatMismatchHelper__
+#define __org_omg_IOP_CodecPackage_FormatMismatchHelper__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ namespace CodecPackage
+ {
+ class FormatMismatch;
+ class FormatMismatchHelper;
+ }
+ }
+ }
+ }
+}
+
+class org::omg::IOP::CodecPackage::FormatMismatchHelper : public ::java::lang::Object
+{
+
+public:
+ FormatMismatchHelper();
+ static ::org::omg::CORBA::TypeCode * type();
+ static void insert(::org::omg::CORBA::Any *, ::org::omg::IOP::CodecPackage::FormatMismatch *);
+ static ::org::omg::IOP::CodecPackage::FormatMismatch * extract(::org::omg::CORBA::Any *);
+ static ::java::lang::String * id();
+ static ::org::omg::IOP::CodecPackage::FormatMismatch * read(::org::omg::CORBA::portable::InputStream *);
+ static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::IOP::CodecPackage::FormatMismatch *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_CodecPackage_FormatMismatchHelper__
diff --git a/libjava/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.h b/libjava/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.h
new file mode 100644
index 000000000..b5e3ff08b
--- /dev/null
+++ b/libjava/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.h
@@ -0,0 +1,39 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_CodecPackage_InvalidTypeForEncoding__
+#define __org_omg_IOP_CodecPackage_InvalidTypeForEncoding__
+
+#pragma interface
+
+#include <org/omg/CORBA/UserException.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ namespace CodecPackage
+ {
+ class InvalidTypeForEncoding;
+ }
+ }
+ }
+ }
+}
+
+class org::omg::IOP::CodecPackage::InvalidTypeForEncoding : public ::org::omg::CORBA::UserException
+{
+
+public:
+ InvalidTypeForEncoding();
+ InvalidTypeForEncoding(::java::lang::String *);
+private:
+ static const jlong serialVersionUID = 7951932210684443970LL;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_CodecPackage_InvalidTypeForEncoding__
diff --git a/libjava/org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.h b/libjava/org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.h
new file mode 100644
index 000000000..f28ee1ce9
--- /dev/null
+++ b/libjava/org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.h
@@ -0,0 +1,52 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_CodecPackage_InvalidTypeForEncodingHelper__
+#define __org_omg_IOP_CodecPackage_InvalidTypeForEncodingHelper__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ namespace CodecPackage
+ {
+ class InvalidTypeForEncoding;
+ class InvalidTypeForEncodingHelper;
+ }
+ }
+ }
+ }
+}
+
+class org::omg::IOP::CodecPackage::InvalidTypeForEncodingHelper : public ::java::lang::Object
+{
+
+public:
+ InvalidTypeForEncodingHelper();
+ static ::org::omg::CORBA::TypeCode * type();
+ static void insert(::org::omg::CORBA::Any *, ::org::omg::IOP::CodecPackage::InvalidTypeForEncoding *);
+ static ::org::omg::IOP::CodecPackage::InvalidTypeForEncoding * extract(::org::omg::CORBA::Any *);
+ static ::java::lang::String * id();
+ static ::org::omg::IOP::CodecPackage::InvalidTypeForEncoding * read(::org::omg::CORBA::portable::InputStream *);
+ static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::IOP::CodecPackage::InvalidTypeForEncoding *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_CodecPackage_InvalidTypeForEncodingHelper__
diff --git a/libjava/org/omg/IOP/CodecPackage/TypeMismatch.h b/libjava/org/omg/IOP/CodecPackage/TypeMismatch.h
new file mode 100644
index 000000000..ca7105466
--- /dev/null
+++ b/libjava/org/omg/IOP/CodecPackage/TypeMismatch.h
@@ -0,0 +1,39 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_CodecPackage_TypeMismatch__
+#define __org_omg_IOP_CodecPackage_TypeMismatch__
+
+#pragma interface
+
+#include <org/omg/CORBA/UserException.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ namespace CodecPackage
+ {
+ class TypeMismatch;
+ }
+ }
+ }
+ }
+}
+
+class org::omg::IOP::CodecPackage::TypeMismatch : public ::org::omg::CORBA::UserException
+{
+
+public:
+ TypeMismatch();
+ TypeMismatch(::java::lang::String *);
+private:
+ static const jlong serialVersionUID = -3544092104480759035LL;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_CodecPackage_TypeMismatch__
diff --git a/libjava/org/omg/IOP/CodecPackage/TypeMismatchHelper.h b/libjava/org/omg/IOP/CodecPackage/TypeMismatchHelper.h
new file mode 100644
index 000000000..97d7f927a
--- /dev/null
+++ b/libjava/org/omg/IOP/CodecPackage/TypeMismatchHelper.h
@@ -0,0 +1,52 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_CodecPackage_TypeMismatchHelper__
+#define __org_omg_IOP_CodecPackage_TypeMismatchHelper__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ namespace CodecPackage
+ {
+ class TypeMismatch;
+ class TypeMismatchHelper;
+ }
+ }
+ }
+ }
+}
+
+class org::omg::IOP::CodecPackage::TypeMismatchHelper : public ::java::lang::Object
+{
+
+public:
+ TypeMismatchHelper();
+ static ::org::omg::CORBA::TypeCode * type();
+ static void insert(::org::omg::CORBA::Any *, ::org::omg::IOP::CodecPackage::TypeMismatch *);
+ static ::org::omg::IOP::CodecPackage::TypeMismatch * extract(::org::omg::CORBA::Any *);
+ static ::java::lang::String * id();
+ static ::org::omg::IOP::CodecPackage::TypeMismatch * read(::org::omg::CORBA::portable::InputStream *);
+ static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::IOP::CodecPackage::TypeMismatch *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_CodecPackage_TypeMismatchHelper__
diff --git a/libjava/org/omg/IOP/ComponentIdHelper.h b/libjava/org/omg/IOP/ComponentIdHelper.h
new file mode 100644
index 000000000..d2bb02c70
--- /dev/null
+++ b/libjava/org/omg/IOP/ComponentIdHelper.h
@@ -0,0 +1,48 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_ComponentIdHelper__
+#define __org_omg_IOP_ComponentIdHelper__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ class ComponentIdHelper;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::ComponentIdHelper : public ::java::lang::Object
+{
+
+public:
+ ComponentIdHelper();
+ static ::org::omg::CORBA::TypeCode * type();
+ static void insert(::org::omg::CORBA::Any *, jint);
+ static jint extract(::org::omg::CORBA::Any *);
+ static ::java::lang::String * id();
+ static jint read(::org::omg::CORBA::portable::InputStream *);
+ static void write(::org::omg::CORBA::portable::OutputStream *, jint);
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_ComponentIdHelper__
diff --git a/libjava/org/omg/IOP/ENCODING_CDR_ENCAPS.h b/libjava/org/omg/IOP/ENCODING_CDR_ENCAPS.h
new file mode 100644
index 000000000..eef163180
--- /dev/null
+++ b/libjava/org/omg/IOP/ENCODING_CDR_ENCAPS.h
@@ -0,0 +1,32 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_ENCODING_CDR_ENCAPS__
+#define __org_omg_IOP_ENCODING_CDR_ENCAPS__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class ENCODING_CDR_ENCAPS;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::ENCODING_CDR_ENCAPS : public ::java::lang::Object
+{
+
+public:
+ static const jshort value = 0;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_ENCODING_CDR_ENCAPS__
diff --git a/libjava/org/omg/IOP/Encoding.h b/libjava/org/omg/IOP/Encoding.h
new file mode 100644
index 000000000..787bec5d5
--- /dev/null
+++ b/libjava/org/omg/IOP/Encoding.h
@@ -0,0 +1,39 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_Encoding__
+#define __org_omg_IOP_Encoding__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class Encoding;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::Encoding : public ::java::lang::Object
+{
+
+public:
+ Encoding();
+ Encoding(jshort, jbyte, jbyte);
+private:
+ static const jlong serialVersionUID = -1489257079856841992LL;
+public:
+ jshort __attribute__((aligned(__alignof__( ::java::lang::Object)))) format;
+ jbyte major_version;
+ jbyte minor_version;
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_Encoding__
diff --git a/libjava/org/omg/IOP/ExceptionDetailMessage.h b/libjava/org/omg/IOP/ExceptionDetailMessage.h
new file mode 100644
index 000000000..20506f287
--- /dev/null
+++ b/libjava/org/omg/IOP/ExceptionDetailMessage.h
@@ -0,0 +1,32 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_ExceptionDetailMessage__
+#define __org_omg_IOP_ExceptionDetailMessage__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class ExceptionDetailMessage;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::ExceptionDetailMessage : public ::java::lang::Object
+{
+
+public:
+ static const jint value = 14;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_ExceptionDetailMessage__
diff --git a/libjava/org/omg/IOP/IOR.h b/libjava/org/omg/IOP/IOR.h
new file mode 100644
index 000000000..c48e01a80
--- /dev/null
+++ b/libjava/org/omg/IOP/IOR.h
@@ -0,0 +1,41 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_IOR__
+#define __org_omg_IOP_IOR__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class IOR;
+ class TaggedProfile;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::IOR : public ::java::lang::Object
+{
+
+public:
+ IOR();
+ IOR(::java::lang::String *, JArray< ::org::omg::IOP::TaggedProfile * > *);
+private:
+ static const jlong serialVersionUID = 1901439890645554948LL;
+public:
+ JArray< ::org::omg::IOP::TaggedProfile * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) profiles;
+ ::java::lang::String * type_id;
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_IOR__
diff --git a/libjava/org/omg/IOP/IORHelper.h b/libjava/org/omg/IOP/IORHelper.h
new file mode 100644
index 000000000..c74b4658e
--- /dev/null
+++ b/libjava/org/omg/IOP/IORHelper.h
@@ -0,0 +1,49 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_IORHelper__
+#define __org_omg_IOP_IORHelper__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ class IOR;
+ class IORHelper;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::IORHelper : public ::java::lang::Object
+{
+
+public:
+ IORHelper();
+ static ::org::omg::CORBA::TypeCode * type();
+ static void insert(::org::omg::CORBA::Any *, ::org::omg::IOP::IOR *);
+ static ::org::omg::IOP::IOR * extract(::org::omg::CORBA::Any *);
+ static ::java::lang::String * id();
+ static ::org::omg::IOP::IOR * read(::org::omg::CORBA::portable::InputStream *);
+ static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::IOP::IOR *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_IORHelper__
diff --git a/libjava/org/omg/IOP/IORHolder.h b/libjava/org/omg/IOP/IORHolder.h
new file mode 100644
index 000000000..54bf586a6
--- /dev/null
+++ b/libjava/org/omg/IOP/IORHolder.h
@@ -0,0 +1,47 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_IORHolder__
+#define __org_omg_IOP_IORHolder__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ class IOR;
+ class IORHolder;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::IORHolder : public ::java::lang::Object
+{
+
+public:
+ IORHolder();
+ IORHolder(::org::omg::IOP::IOR *);
+ void _read(::org::omg::CORBA::portable::InputStream *);
+ void _write(::org::omg::CORBA::portable::OutputStream *);
+ ::org::omg::CORBA::TypeCode * _type();
+ ::org::omg::IOP::IOR * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_IORHolder__
diff --git a/libjava/org/omg/IOP/MultipleComponentProfileHelper.h b/libjava/org/omg/IOP/MultipleComponentProfileHelper.h
new file mode 100644
index 000000000..ca181453f
--- /dev/null
+++ b/libjava/org/omg/IOP/MultipleComponentProfileHelper.h
@@ -0,0 +1,51 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_MultipleComponentProfileHelper__
+#define __org_omg_IOP_MultipleComponentProfileHelper__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ class MultipleComponentProfileHelper;
+ class TaggedComponent;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::MultipleComponentProfileHelper : public ::java::lang::Object
+{
+
+public:
+ MultipleComponentProfileHelper();
+ static ::org::omg::CORBA::TypeCode * type();
+ static void insert(::org::omg::CORBA::Any *, JArray< ::org::omg::IOP::TaggedComponent * > *);
+ static JArray< ::org::omg::IOP::TaggedComponent * > * extract(::org::omg::CORBA::Any *);
+ static ::java::lang::String * id();
+ static JArray< ::org::omg::IOP::TaggedComponent * > * read(::org::omg::CORBA::portable::InputStream *);
+ static void write(::org::omg::CORBA::portable::OutputStream *, JArray< ::org::omg::IOP::TaggedComponent * > *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_MultipleComponentProfileHelper__
diff --git a/libjava/org/omg/IOP/MultipleComponentProfileHolder.h b/libjava/org/omg/IOP/MultipleComponentProfileHolder.h
new file mode 100644
index 000000000..1d721beec
--- /dev/null
+++ b/libjava/org/omg/IOP/MultipleComponentProfileHolder.h
@@ -0,0 +1,49 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_MultipleComponentProfileHolder__
+#define __org_omg_IOP_MultipleComponentProfileHolder__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ class MultipleComponentProfileHolder;
+ class TaggedComponent;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::MultipleComponentProfileHolder : public ::java::lang::Object
+{
+
+public:
+ MultipleComponentProfileHolder();
+ MultipleComponentProfileHolder(JArray< ::org::omg::IOP::TaggedComponent * > *);
+ void _read(::org::omg::CORBA::portable::InputStream *);
+ void _write(::org::omg::CORBA::portable::OutputStream *);
+ ::org::omg::CORBA::TypeCode * _type();
+ JArray< ::org::omg::IOP::TaggedComponent * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_MultipleComponentProfileHolder__
diff --git a/libjava/org/omg/IOP/ProfileIdHelper.h b/libjava/org/omg/IOP/ProfileIdHelper.h
new file mode 100644
index 000000000..28c7aae9a
--- /dev/null
+++ b/libjava/org/omg/IOP/ProfileIdHelper.h
@@ -0,0 +1,48 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_ProfileIdHelper__
+#define __org_omg_IOP_ProfileIdHelper__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ class ProfileIdHelper;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::ProfileIdHelper : public ::java::lang::Object
+{
+
+public:
+ ProfileIdHelper();
+ static ::org::omg::CORBA::TypeCode * type();
+ static void insert(::org::omg::CORBA::Any *, jint);
+ static jint extract(::org::omg::CORBA::Any *);
+ static ::java::lang::String * id();
+ static jint read(::org::omg::CORBA::portable::InputStream *);
+ static void write(::org::omg::CORBA::portable::OutputStream *, jint);
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_ProfileIdHelper__
diff --git a/libjava/org/omg/IOP/RMICustomMaxStreamFormat.h b/libjava/org/omg/IOP/RMICustomMaxStreamFormat.h
new file mode 100644
index 000000000..24f719dbb
--- /dev/null
+++ b/libjava/org/omg/IOP/RMICustomMaxStreamFormat.h
@@ -0,0 +1,32 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_RMICustomMaxStreamFormat__
+#define __org_omg_IOP_RMICustomMaxStreamFormat__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class RMICustomMaxStreamFormat;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::RMICustomMaxStreamFormat : public ::java::lang::Object
+{
+
+public:
+ static const jint value = 17;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_RMICustomMaxStreamFormat__
diff --git a/libjava/org/omg/IOP/ServiceContext.h b/libjava/org/omg/IOP/ServiceContext.h
new file mode 100644
index 000000000..37773162a
--- /dev/null
+++ b/libjava/org/omg/IOP/ServiceContext.h
@@ -0,0 +1,40 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_ServiceContext__
+#define __org_omg_IOP_ServiceContext__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class ServiceContext;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::ServiceContext : public ::java::lang::Object
+{
+
+public:
+ ServiceContext();
+ ServiceContext(jint, JArray< jbyte > *);
+private:
+ static const jlong serialVersionUID = -2232391417465261379LL;
+public:
+ jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) context_id;
+ JArray< jbyte > * context_data;
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_ServiceContext__
diff --git a/libjava/org/omg/IOP/ServiceContextHelper.h b/libjava/org/omg/IOP/ServiceContextHelper.h
new file mode 100644
index 000000000..368c1c128
--- /dev/null
+++ b/libjava/org/omg/IOP/ServiceContextHelper.h
@@ -0,0 +1,49 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_ServiceContextHelper__
+#define __org_omg_IOP_ServiceContextHelper__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ class ServiceContext;
+ class ServiceContextHelper;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::ServiceContextHelper : public ::java::lang::Object
+{
+
+public:
+ ServiceContextHelper();
+ static ::org::omg::CORBA::TypeCode * type();
+ static void insert(::org::omg::CORBA::Any *, ::org::omg::IOP::ServiceContext *);
+ static ::org::omg::IOP::ServiceContext * extract(::org::omg::CORBA::Any *);
+ static ::java::lang::String * id();
+ static ::org::omg::IOP::ServiceContext * read(::org::omg::CORBA::portable::InputStream *);
+ static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::IOP::ServiceContext *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_ServiceContextHelper__
diff --git a/libjava/org/omg/IOP/ServiceContextHolder.h b/libjava/org/omg/IOP/ServiceContextHolder.h
new file mode 100644
index 000000000..2448be547
--- /dev/null
+++ b/libjava/org/omg/IOP/ServiceContextHolder.h
@@ -0,0 +1,47 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_ServiceContextHolder__
+#define __org_omg_IOP_ServiceContextHolder__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ class ServiceContext;
+ class ServiceContextHolder;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::ServiceContextHolder : public ::java::lang::Object
+{
+
+public:
+ ServiceContextHolder();
+ ServiceContextHolder(::org::omg::IOP::ServiceContext *);
+ void _read(::org::omg::CORBA::portable::InputStream *);
+ void _write(::org::omg::CORBA::portable::OutputStream *);
+ ::org::omg::CORBA::TypeCode * _type();
+ ::org::omg::IOP::ServiceContext * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_ServiceContextHolder__
diff --git a/libjava/org/omg/IOP/ServiceContextListHelper.h b/libjava/org/omg/IOP/ServiceContextListHelper.h
new file mode 100644
index 000000000..3450d515a
--- /dev/null
+++ b/libjava/org/omg/IOP/ServiceContextListHelper.h
@@ -0,0 +1,51 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_ServiceContextListHelper__
+#define __org_omg_IOP_ServiceContextListHelper__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ class ServiceContext;
+ class ServiceContextListHelper;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::ServiceContextListHelper : public ::java::lang::Object
+{
+
+public:
+ ServiceContextListHelper();
+ static ::org::omg::CORBA::TypeCode * type();
+ static void insert(::org::omg::CORBA::Any *, JArray< ::org::omg::IOP::ServiceContext * > *);
+ static JArray< ::org::omg::IOP::ServiceContext * > * extract(::org::omg::CORBA::Any *);
+ static ::java::lang::String * id();
+ static JArray< ::org::omg::IOP::ServiceContext * > * read(::org::omg::CORBA::portable::InputStream *);
+ static void write(::org::omg::CORBA::portable::OutputStream *, JArray< ::org::omg::IOP::ServiceContext * > *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_ServiceContextListHelper__
diff --git a/libjava/org/omg/IOP/ServiceContextListHolder.h b/libjava/org/omg/IOP/ServiceContextListHolder.h
new file mode 100644
index 000000000..e1d406e21
--- /dev/null
+++ b/libjava/org/omg/IOP/ServiceContextListHolder.h
@@ -0,0 +1,49 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_ServiceContextListHolder__
+#define __org_omg_IOP_ServiceContextListHolder__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ class ServiceContext;
+ class ServiceContextListHolder;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::ServiceContextListHolder : public ::java::lang::Object
+{
+
+public:
+ ServiceContextListHolder();
+ ServiceContextListHolder(JArray< ::org::omg::IOP::ServiceContext * > *);
+ void _read(::org::omg::CORBA::portable::InputStream *);
+ void _write(::org::omg::CORBA::portable::OutputStream *);
+ ::org::omg::CORBA::TypeCode * _type();
+ JArray< ::org::omg::IOP::ServiceContext * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_ServiceContextListHolder__
diff --git a/libjava/org/omg/IOP/ServiceIdHelper.h b/libjava/org/omg/IOP/ServiceIdHelper.h
new file mode 100644
index 000000000..a8a728439
--- /dev/null
+++ b/libjava/org/omg/IOP/ServiceIdHelper.h
@@ -0,0 +1,48 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_ServiceIdHelper__
+#define __org_omg_IOP_ServiceIdHelper__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ class ServiceIdHelper;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::ServiceIdHelper : public ::java::lang::Object
+{
+
+public:
+ ServiceIdHelper();
+ static ::org::omg::CORBA::TypeCode * type();
+ static void insert(::org::omg::CORBA::Any *, jint);
+ static jint extract(::org::omg::CORBA::Any *);
+ static ::java::lang::String * id();
+ static jint read(::org::omg::CORBA::portable::InputStream *);
+ static void write(::org::omg::CORBA::portable::OutputStream *, jint);
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_ServiceIdHelper__
diff --git a/libjava/org/omg/IOP/TAG_ALTERNATE_IIOP_ADDRESS.h b/libjava/org/omg/IOP/TAG_ALTERNATE_IIOP_ADDRESS.h
new file mode 100644
index 000000000..4afab11d1
--- /dev/null
+++ b/libjava/org/omg/IOP/TAG_ALTERNATE_IIOP_ADDRESS.h
@@ -0,0 +1,32 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_TAG_ALTERNATE_IIOP_ADDRESS__
+#define __org_omg_IOP_TAG_ALTERNATE_IIOP_ADDRESS__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class TAG_ALTERNATE_IIOP_ADDRESS;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::TAG_ALTERNATE_IIOP_ADDRESS : public ::java::lang::Object
+{
+
+public:
+ static const jint value = 3;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_TAG_ALTERNATE_IIOP_ADDRESS__
diff --git a/libjava/org/omg/IOP/TAG_CODE_SETS.h b/libjava/org/omg/IOP/TAG_CODE_SETS.h
new file mode 100644
index 000000000..aae477654
--- /dev/null
+++ b/libjava/org/omg/IOP/TAG_CODE_SETS.h
@@ -0,0 +1,32 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_TAG_CODE_SETS__
+#define __org_omg_IOP_TAG_CODE_SETS__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class TAG_CODE_SETS;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::TAG_CODE_SETS : public ::java::lang::Object
+{
+
+public:
+ static const jint value = 1;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_TAG_CODE_SETS__
diff --git a/libjava/org/omg/IOP/TAG_INTERNET_IOP.h b/libjava/org/omg/IOP/TAG_INTERNET_IOP.h
new file mode 100644
index 000000000..cba272866
--- /dev/null
+++ b/libjava/org/omg/IOP/TAG_INTERNET_IOP.h
@@ -0,0 +1,32 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_TAG_INTERNET_IOP__
+#define __org_omg_IOP_TAG_INTERNET_IOP__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class TAG_INTERNET_IOP;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::TAG_INTERNET_IOP : public ::java::lang::Object
+{
+
+public:
+ static const jint value = 0;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_TAG_INTERNET_IOP__
diff --git a/libjava/org/omg/IOP/TAG_JAVA_CODEBASE.h b/libjava/org/omg/IOP/TAG_JAVA_CODEBASE.h
new file mode 100644
index 000000000..0dea9b506
--- /dev/null
+++ b/libjava/org/omg/IOP/TAG_JAVA_CODEBASE.h
@@ -0,0 +1,32 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_TAG_JAVA_CODEBASE__
+#define __org_omg_IOP_TAG_JAVA_CODEBASE__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class TAG_JAVA_CODEBASE;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::TAG_JAVA_CODEBASE : public ::java::lang::Object
+{
+
+public:
+ static const jint value = 25;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_TAG_JAVA_CODEBASE__
diff --git a/libjava/org/omg/IOP/TAG_MULTIPLE_COMPONENTS.h b/libjava/org/omg/IOP/TAG_MULTIPLE_COMPONENTS.h
new file mode 100644
index 000000000..1778342a9
--- /dev/null
+++ b/libjava/org/omg/IOP/TAG_MULTIPLE_COMPONENTS.h
@@ -0,0 +1,32 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_TAG_MULTIPLE_COMPONENTS__
+#define __org_omg_IOP_TAG_MULTIPLE_COMPONENTS__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class TAG_MULTIPLE_COMPONENTS;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::TAG_MULTIPLE_COMPONENTS : public ::java::lang::Object
+{
+
+public:
+ static const jint value = 1;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_TAG_MULTIPLE_COMPONENTS__
diff --git a/libjava/org/omg/IOP/TAG_ORB_TYPE.h b/libjava/org/omg/IOP/TAG_ORB_TYPE.h
new file mode 100644
index 000000000..154f161d1
--- /dev/null
+++ b/libjava/org/omg/IOP/TAG_ORB_TYPE.h
@@ -0,0 +1,32 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_TAG_ORB_TYPE__
+#define __org_omg_IOP_TAG_ORB_TYPE__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class TAG_ORB_TYPE;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::TAG_ORB_TYPE : public ::java::lang::Object
+{
+
+public:
+ static const jint value = 0;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_TAG_ORB_TYPE__
diff --git a/libjava/org/omg/IOP/TAG_POLICIES.h b/libjava/org/omg/IOP/TAG_POLICIES.h
new file mode 100644
index 000000000..27d7a8f01
--- /dev/null
+++ b/libjava/org/omg/IOP/TAG_POLICIES.h
@@ -0,0 +1,32 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_TAG_POLICIES__
+#define __org_omg_IOP_TAG_POLICIES__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class TAG_POLICIES;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::TAG_POLICIES : public ::java::lang::Object
+{
+
+public:
+ static const jint value = 2;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_TAG_POLICIES__
diff --git a/libjava/org/omg/IOP/TAG_RMI_CUSTOM_MAX_STREAM_FORMAT.h b/libjava/org/omg/IOP/TAG_RMI_CUSTOM_MAX_STREAM_FORMAT.h
new file mode 100644
index 000000000..d4b8c92bd
--- /dev/null
+++ b/libjava/org/omg/IOP/TAG_RMI_CUSTOM_MAX_STREAM_FORMAT.h
@@ -0,0 +1,32 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_TAG_RMI_CUSTOM_MAX_STREAM_FORMAT__
+#define __org_omg_IOP_TAG_RMI_CUSTOM_MAX_STREAM_FORMAT__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class TAG_RMI_CUSTOM_MAX_STREAM_FORMAT;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::TAG_RMI_CUSTOM_MAX_STREAM_FORMAT : public ::java::lang::Object
+{
+
+public:
+ static const jint value = 38;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_TAG_RMI_CUSTOM_MAX_STREAM_FORMAT__
diff --git a/libjava/org/omg/IOP/TaggedComponent.h b/libjava/org/omg/IOP/TaggedComponent.h
new file mode 100644
index 000000000..33890b784
--- /dev/null
+++ b/libjava/org/omg/IOP/TaggedComponent.h
@@ -0,0 +1,40 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_TaggedComponent__
+#define __org_omg_IOP_TaggedComponent__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class TaggedComponent;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::TaggedComponent : public ::java::lang::Object
+{
+
+public:
+ TaggedComponent();
+ TaggedComponent(jint, JArray< jbyte > *);
+private:
+ static const jlong serialVersionUID = -2084695346022761692LL;
+public:
+ jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) tag;
+ JArray< jbyte > * component_data;
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_TaggedComponent__
diff --git a/libjava/org/omg/IOP/TaggedComponentHelper.h b/libjava/org/omg/IOP/TaggedComponentHelper.h
new file mode 100644
index 000000000..f3484297f
--- /dev/null
+++ b/libjava/org/omg/IOP/TaggedComponentHelper.h
@@ -0,0 +1,49 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_TaggedComponentHelper__
+#define __org_omg_IOP_TaggedComponentHelper__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ class TaggedComponent;
+ class TaggedComponentHelper;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::TaggedComponentHelper : public ::java::lang::Object
+{
+
+public:
+ TaggedComponentHelper();
+ static ::org::omg::CORBA::TypeCode * type();
+ static void insert(::org::omg::CORBA::Any *, ::org::omg::IOP::TaggedComponent *);
+ static ::org::omg::IOP::TaggedComponent * extract(::org::omg::CORBA::Any *);
+ static ::java::lang::String * id();
+ static ::org::omg::IOP::TaggedComponent * read(::org::omg::CORBA::portable::InputStream *);
+ static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::IOP::TaggedComponent *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_TaggedComponentHelper__
diff --git a/libjava/org/omg/IOP/TaggedComponentHolder.h b/libjava/org/omg/IOP/TaggedComponentHolder.h
new file mode 100644
index 000000000..03200802c
--- /dev/null
+++ b/libjava/org/omg/IOP/TaggedComponentHolder.h
@@ -0,0 +1,47 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_TaggedComponentHolder__
+#define __org_omg_IOP_TaggedComponentHolder__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ class TaggedComponent;
+ class TaggedComponentHolder;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::TaggedComponentHolder : public ::java::lang::Object
+{
+
+public:
+ TaggedComponentHolder();
+ TaggedComponentHolder(::org::omg::IOP::TaggedComponent *);
+ void _read(::org::omg::CORBA::portable::InputStream *);
+ void _write(::org::omg::CORBA::portable::OutputStream *);
+ ::org::omg::CORBA::TypeCode * _type();
+ ::org::omg::IOP::TaggedComponent * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_TaggedComponentHolder__
diff --git a/libjava/org/omg/IOP/TaggedProfile.h b/libjava/org/omg/IOP/TaggedProfile.h
new file mode 100644
index 000000000..55498f7c8
--- /dev/null
+++ b/libjava/org/omg/IOP/TaggedProfile.h
@@ -0,0 +1,40 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_TaggedProfile__
+#define __org_omg_IOP_TaggedProfile__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class TaggedProfile;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::TaggedProfile : public ::java::lang::Object
+{
+
+public:
+ TaggedProfile();
+ TaggedProfile(jint, JArray< jbyte > *);
+private:
+ static const jlong serialVersionUID = -461232684387903343LL;
+public:
+ jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) tag;
+ JArray< jbyte > * profile_data;
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_TaggedProfile__
diff --git a/libjava/org/omg/IOP/TaggedProfileHelper.h b/libjava/org/omg/IOP/TaggedProfileHelper.h
new file mode 100644
index 000000000..63b544e33
--- /dev/null
+++ b/libjava/org/omg/IOP/TaggedProfileHelper.h
@@ -0,0 +1,49 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_TaggedProfileHelper__
+#define __org_omg_IOP_TaggedProfileHelper__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ class TaggedProfile;
+ class TaggedProfileHelper;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::TaggedProfileHelper : public ::java::lang::Object
+{
+
+public:
+ TaggedProfileHelper();
+ static ::org::omg::CORBA::TypeCode * type();
+ static void insert(::org::omg::CORBA::Any *, ::org::omg::IOP::TaggedProfile *);
+ static ::org::omg::IOP::TaggedProfile * extract(::org::omg::CORBA::Any *);
+ static ::java::lang::String * id();
+ static ::org::omg::IOP::TaggedProfile * read(::org::omg::CORBA::portable::InputStream *);
+ static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::IOP::TaggedProfile *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_TaggedProfileHelper__
diff --git a/libjava/org/omg/IOP/TaggedProfileHolder.h b/libjava/org/omg/IOP/TaggedProfileHolder.h
new file mode 100644
index 000000000..b7eb950b4
--- /dev/null
+++ b/libjava/org/omg/IOP/TaggedProfileHolder.h
@@ -0,0 +1,47 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_TaggedProfileHolder__
+#define __org_omg_IOP_TaggedProfileHolder__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ namespace IOP
+ {
+ class TaggedProfile;
+ class TaggedProfileHolder;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::TaggedProfileHolder : public ::java::lang::Object
+{
+
+public:
+ TaggedProfileHolder();
+ TaggedProfileHolder(::org::omg::IOP::TaggedProfile *);
+ void _read(::org::omg::CORBA::portable::InputStream *);
+ void _write(::org::omg::CORBA::portable::OutputStream *);
+ ::org::omg::CORBA::TypeCode * _type();
+ ::org::omg::IOP::TaggedProfile * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_IOP_TaggedProfileHolder__
diff --git a/libjava/org/omg/IOP/TransactionService.h b/libjava/org/omg/IOP/TransactionService.h
new file mode 100644
index 000000000..a41a26e53
--- /dev/null
+++ b/libjava/org/omg/IOP/TransactionService.h
@@ -0,0 +1,32 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_IOP_TransactionService__
+#define __org_omg_IOP_TransactionService__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace IOP
+ {
+ class TransactionService;
+ }
+ }
+ }
+}
+
+class org::omg::IOP::TransactionService : public ::java::lang::Object
+{
+
+public:
+ static const jint value = 0;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_IOP_TransactionService__