summaryrefslogtreecommitdiff
path: root/libjava/gnu/CORBA/Minor.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/CORBA/Minor.h')
-rw-r--r--libjava/gnu/CORBA/Minor.h64
1 files changed, 64 insertions, 0 deletions
diff --git a/libjava/gnu/CORBA/Minor.h b/libjava/gnu/CORBA/Minor.h
new file mode 100644
index 00000000000..e37bd4cdf7d
--- /dev/null
+++ b/libjava/gnu/CORBA/Minor.h
@@ -0,0 +1,64 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __gnu_CORBA_Minor__
+#define __gnu_CORBA_Minor__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace gnu
+ {
+ namespace CORBA
+ {
+ class Minor;
+ }
+ }
+}
+
+class gnu::CORBA::Minor : public ::java::lang::Object
+{
+
+public:
+ static const jint vendor = 1195573248;
+ static const jint Giop = 1195573249;
+ static const jint Header = 1195573250;
+ static const jint EOF = 1195573251;
+ static const jint CDR = 1195573253;
+ static const jint Value = 1195573254;
+ static const jint Forwarding = 1195573255;
+ static const jint Encapsulation = 1195573256;
+ static const jint Any = 1195573257;
+ static const jint UserException = 1195573258;
+ static const jint Inappropriate = 1195573259;
+ static const jint Negative = 1195573260;
+ static const jint Graph = 1195573262;
+ static const jint Boxed = 1195573263;
+ static const jint Instantiation = 1195573264;
+ static const jint ValueHeaderTag = 1195573265;
+ static const jint ValueHeaderFlags = 1195573266;
+ static const jint ClassCast = 1195573267;
+ static const jint Offset = 1195573268;
+ static const jint Chunks = 1195573269;
+ static const jint UnsupportedValue = 1195573270;
+ static const jint Factory = 1195573271;
+ static const jint UnsupportedAddressing = 1195573272;
+ static const jint IOR = 1195573273;
+ static const jint TargetConversion = 1195573274;
+ static const jint ValueFields = 1195573275;
+ static const jint NonSerializable = 1195573276;
+ static const jint Method = 1195573248;
+ static const jint Activation = 1195573258;
+ static const jint Policy = 1195573259;
+ static const jint Socket = 1195573260;
+ static const jint Enumeration = 1195573262;
+ static const jint PolicyType = 1195573263;
+ static const jint Ports = 1195573268;
+ static const jint Threads = 1195573269;
+ static const jint Missing_IOR = 1195573270;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __gnu_CORBA_Minor__