summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/PortableServer.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/PortableServer.pidl')
-rw-r--r--TAO/tao/PortableServer/PortableServer.pidl6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/PortableServer.pidl b/TAO/tao/PortableServer/PortableServer.pidl
index 938c7edeaec..50000e9bcb8 100644
--- a/TAO/tao/PortableServer/PortableServer.pidl
+++ b/TAO/tao/PortableServer/PortableServer.pidl
@@ -74,9 +74,12 @@ module PortableServer
const CORBA::PolicyType SERVANT_RETENTION_POLICY_ID = 21;
const CORBA::PolicyType REQUEST_PROCESSING_POLICY_ID = 22;
- // Forward declaration
+ // Forward declaration POAManager interface.
local interface POAManager;
+ // Forward declaration POAManagerFactory interface.
+ local interface POAManagerFactory;
+
// Forward declaration AdapterActivator interface.
local interface AdapterActivator;
@@ -146,6 +149,7 @@ module PortableServer
readonly attribute POA the_parent;
readonly attribute POAList the_children;
readonly attribute POAManager the_POAManager;
+ readonly attribute POAManagerFactory the_POAManagerFactory;
attribute AdapterActivator the_activator;
// Servant Manager registration: