summaryrefslogtreecommitdiff
path: root/libjava/org/omg/CORBA/_IDLTypeStub.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/org/omg/CORBA/_IDLTypeStub.h')
-rw-r--r--libjava/org/omg/CORBA/_IDLTypeStub.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/libjava/org/omg/CORBA/_IDLTypeStub.h b/libjava/org/omg/CORBA/_IDLTypeStub.h
new file mode 100644
index 000000000..2ab780e3b
--- /dev/null
+++ b/libjava/org/omg/CORBA/_IDLTypeStub.h
@@ -0,0 +1,48 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_CORBA__IDLTypeStub__
+#define __org_omg_CORBA__IDLTypeStub__
+
+#pragma interface
+
+#include <org/omg/CORBA/portable/ObjectImpl.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class DefinitionKind;
+ class TypeCode;
+ class _IDLTypeStub;
+ namespace portable
+ {
+ class Delegate;
+ }
+ }
+ }
+ }
+}
+
+class org::omg::CORBA::_IDLTypeStub : public ::org::omg::CORBA::portable::ObjectImpl
+{
+
+public:
+ _IDLTypeStub();
+ _IDLTypeStub(::org::omg::CORBA::portable::Delegate *);
+ virtual ::org::omg::CORBA::TypeCode * type();
+ virtual ::org::omg::CORBA::DefinitionKind * def_kind();
+ virtual void destroy();
+ virtual JArray< ::java::lang::String * > * _ids();
+private:
+ static const jlong serialVersionUID = 9150293942452453626LL;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_CORBA__IDLTypeStub__