summaryrefslogtreecommitdiff
path: root/libjava/org/omg/PortableInterceptor/IORInterceptor_3_0Operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/org/omg/PortableInterceptor/IORInterceptor_3_0Operations.h')
-rw-r--r--libjava/org/omg/PortableInterceptor/IORInterceptor_3_0Operations.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/libjava/org/omg/PortableInterceptor/IORInterceptor_3_0Operations.h b/libjava/org/omg/PortableInterceptor/IORInterceptor_3_0Operations.h
new file mode 100644
index 000000000..895ee97fd
--- /dev/null
+++ b/libjava/org/omg/PortableInterceptor/IORInterceptor_3_0Operations.h
@@ -0,0 +1,41 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_PortableInterceptor_IORInterceptor_3_0Operations__
+#define __org_omg_PortableInterceptor_IORInterceptor_3_0Operations__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace PortableInterceptor
+ {
+ class IORInfo;
+ class IORInterceptor_3_0Operations;
+ class ObjectReferenceTemplate;
+ }
+ }
+ }
+}
+
+class org::omg::PortableInterceptor::IORInterceptor_3_0Operations : public ::java::lang::Object
+{
+
+public:
+ virtual void adapter_manager_state_changed(jint, jshort) = 0;
+ virtual void adapter_state_changed(JArray< ::org::omg::PortableInterceptor::ObjectReferenceTemplate * > *, jshort) = 0;
+ virtual void components_established(::org::omg::PortableInterceptor::IORInfo *) = 0;
+ virtual void establish_components(::org::omg::PortableInterceptor::IORInfo *) = 0;
+ virtual void destroy() = 0;
+ virtual ::java::lang::String * name() = 0;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_PortableInterceptor_IORInterceptor_3_0Operations__