summaryrefslogtreecommitdiff
path: root/libjava/org/omg/PortableServer/POAManagerOperations.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/org/omg/PortableServer/POAManagerOperations.h')
-rw-r--r--libjava/org/omg/PortableServer/POAManagerOperations.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/libjava/org/omg/PortableServer/POAManagerOperations.h b/libjava/org/omg/PortableServer/POAManagerOperations.h
new file mode 100644
index 000000000..2e275d412
--- /dev/null
+++ b/libjava/org/omg/PortableServer/POAManagerOperations.h
@@ -0,0 +1,40 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_PortableServer_POAManagerOperations__
+#define __org_omg_PortableServer_POAManagerOperations__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace PortableServer
+ {
+ class POAManagerOperations;
+ namespace POAManagerPackage
+ {
+ class State;
+ }
+ }
+ }
+ }
+}
+
+class org::omg::PortableServer::POAManagerOperations : public ::java::lang::Object
+{
+
+public:
+ virtual void activate() = 0;
+ virtual void deactivate(jboolean, jboolean) = 0;
+ virtual void discard_requests(jboolean) = 0;
+ virtual ::org::omg::PortableServer::POAManagerPackage::State * get_state() = 0;
+ virtual void hold_requests(jboolean) = 0;
+ static ::java::lang::Class class$;
+} __attribute__ ((java_interface));
+
+#endif // __org_omg_PortableServer_POAManagerOperations__