summaryrefslogtreecommitdiff
path: root/libjava/org/omg/DynamicAny/DynValueBoxOperations.h
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/DynamicAny/DynValueBoxOperations.h
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/DynamicAny/DynValueBoxOperations.h')
-rw-r--r--libjava/org/omg/DynamicAny/DynValueBoxOperations.h95
1 files changed, 95 insertions, 0 deletions
diff --git a/libjava/org/omg/DynamicAny/DynValueBoxOperations.h b/libjava/org/omg/DynamicAny/DynValueBoxOperations.h
new file mode 100644
index 000000000..10caa23eb
--- /dev/null
+++ b/libjava/org/omg/DynamicAny/DynValueBoxOperations.h
@@ -0,0 +1,95 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_DynamicAny_DynValueBoxOperations__
+#define __org_omg_DynamicAny_DynValueBoxOperations__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class Any;
+ class Object;
+ class TypeCode;
+ }
+ namespace DynamicAny
+ {
+ class DynAny;
+ class DynValueBoxOperations;
+ }
+ }
+ }
+}
+
+class org::omg::DynamicAny::DynValueBoxOperations : public ::java::lang::Object
+{
+
+public:
+ virtual ::org::omg::DynamicAny::DynAny * get_boxed_value_as_dyn_any() = 0;
+ virtual ::org::omg::CORBA::Any * get_boxed_value() = 0;
+ virtual void set_boxed_value_as_dyn_any(::org::omg::DynamicAny::DynAny *) = 0;
+ virtual void set_boxed_value(::org::omg::CORBA::Any *) = 0;
+ virtual jboolean is_null() = 0;
+ virtual void set_to_null() = 0;
+ virtual void set_to_value() = 0;
+ virtual void assign(::org::omg::DynamicAny::DynAny *) = 0;
+ virtual ::org::omg::DynamicAny::DynAny * copy() = 0;
+ virtual ::org::omg::DynamicAny::DynAny * current_component() = 0;
+ virtual void destroy() = 0;
+ virtual void from_any(::org::omg::CORBA::Any *) = 0;
+ virtual ::org::omg::CORBA::Any * get_any() = 0;
+ virtual jboolean get_boolean() = 0;
+ virtual jchar get_char() = 0;
+ virtual jdouble get_double() = 0;
+ virtual jfloat get_float() = 0;
+ virtual jint get_long() = 0;
+ virtual jlong get_longlong() = 0;
+ virtual jbyte get_octet() = 0;
+ virtual ::org::omg::CORBA::Object * get_reference() = 0;
+ virtual jshort get_short() = 0;
+ virtual ::java::lang::String * get_string() = 0;
+ virtual ::org::omg::CORBA::TypeCode * get_typecode() = 0;
+ virtual jint get_ulong() = 0;
+ virtual jlong get_ulonglong() = 0;
+ virtual jshort get_ushort() = 0;
+ virtual ::java::io::Serializable * get_val() = 0;
+ virtual jchar get_wchar() = 0;
+ virtual ::java::lang::String * get_wstring() = 0;
+ virtual void insert_any(::org::omg::CORBA::Any *) = 0;
+ virtual void insert_boolean(jboolean) = 0;
+ virtual void insert_char(jchar) = 0;
+ virtual void insert_double(jdouble) = 0;
+ virtual void insert_float(jfloat) = 0;
+ virtual void insert_long(jint) = 0;
+ virtual void insert_longlong(jlong) = 0;
+ virtual void insert_octet(jbyte) = 0;
+ virtual void insert_reference(::org::omg::CORBA::Object *) = 0;
+ virtual void insert_short(jshort) = 0;
+ virtual void insert_string(::java::lang::String *) = 0;
+ virtual void insert_typecode(::org::omg::CORBA::TypeCode *) = 0;
+ virtual void insert_ulong(jint) = 0;
+ virtual void insert_ulonglong(jlong) = 0;
+ virtual void insert_ushort(jshort) = 0;
+ virtual void insert_val(::java::io::Serializable *) = 0;
+ virtual void insert_wchar(jchar) = 0;
+ virtual void insert_wstring(::java::lang::String *) = 0;
+ virtual jboolean next() = 0;
+ virtual void rewind() = 0;
+ virtual jboolean seek(jint) = 0;
+ virtual ::org::omg::CORBA::Any * to_any() = 0;
+ virtual ::org::omg::CORBA::TypeCode * type() = 0;
+ virtual void insert_dyn_any(::org::omg::DynamicAny::DynAny *) = 0;
+ virtual jboolean equal(::org::omg::DynamicAny::DynAny *) = 0;
+ virtual jint component_count() = 0;
+ virtual ::org::omg::DynamicAny::DynAny * get_dyn_any() = 0;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_DynamicAny_DynValueBoxOperations__