summaryrefslogtreecommitdiff
path: root/libjava/org/omg/CORBA/CustomValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/org/omg/CORBA/CustomValue.h')
-rw-r--r--libjava/org/omg/CORBA/CustomValue.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/libjava/org/omg/CORBA/CustomValue.h b/libjava/org/omg/CORBA/CustomValue.h
new file mode 100644
index 000000000..8c3d485ca
--- /dev/null
+++ b/libjava/org/omg/CORBA/CustomValue.h
@@ -0,0 +1,38 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_CORBA_CustomValue__
+#define __org_omg_CORBA_CustomValue__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class CustomValue;
+ class DataInputStream;
+ class DataOutputStream;
+ }
+ }
+ }
+}
+
+class org::omg::CORBA::CustomValue : public ::java::lang::Object
+{
+
+public:
+ virtual JArray< ::java::lang::String * > * _truncatable_ids() = 0;
+ virtual void marshal(::org::omg::CORBA::DataOutputStream *) = 0;
+ virtual void unmarshal(::org::omg::CORBA::DataInputStream *) = 0;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_CORBA_CustomValue__