summaryrefslogtreecommitdiff
path: root/libjava/org/omg/CORBA/RepositoryIdHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/org/omg/CORBA/RepositoryIdHelper.h')
-rw-r--r--libjava/org/omg/CORBA/RepositoryIdHelper.h45
1 files changed, 45 insertions, 0 deletions
diff --git a/libjava/org/omg/CORBA/RepositoryIdHelper.h b/libjava/org/omg/CORBA/RepositoryIdHelper.h
new file mode 100644
index 000000000..1d351e6d6
--- /dev/null
+++ b/libjava/org/omg/CORBA/RepositoryIdHelper.h
@@ -0,0 +1,45 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_CORBA_RepositoryIdHelper__
+#define __org_omg_CORBA_RepositoryIdHelper__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class RepositoryIdHelper;
+ class TypeCode;
+ namespace portable
+ {
+ class InputStream;
+ class OutputStream;
+ }
+ }
+ }
+ }
+}
+
+class org::omg::CORBA::RepositoryIdHelper : public ::java::lang::Object
+{
+
+public:
+ RepositoryIdHelper();
+ static void insert(::org::omg::CORBA::Any *, ::java::lang::String *);
+ static ::java::lang::String * extract(::org::omg::CORBA::Any *);
+ static ::org::omg::CORBA::TypeCode * type();
+ static ::java::lang::String * id();
+ static ::java::lang::String * read(::org::omg::CORBA::portable::InputStream *);
+ static void write(::org::omg::CORBA::portable::OutputStream *, ::java::lang::String *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_CORBA_RepositoryIdHelper__