summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor/IORInterceptor.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORInterceptor/IORInterceptor.pidl')
-rw-r--r--TAO/tao/IORInterceptor/IORInterceptor.pidl6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/IORInterceptor/IORInterceptor.pidl b/TAO/tao/IORInterceptor/IORInterceptor.pidl
index 8fe9be6c355..6c5361b8669 100644
--- a/TAO/tao/IORInterceptor/IORInterceptor.pidl
+++ b/TAO/tao/IORInterceptor/IORInterceptor.pidl
@@ -40,6 +40,12 @@ module PortableInterceptor
{
typeprefix PortableInterceptor "omg.org";
+ const AdapterState HOLDING = 0;
+ const AdapterState ACTIVE = 1;
+ const AdapterState DISCARDING = 2;
+ const AdapterState INACTIVE = 3;
+ const AdapterState NON_EXISTENT = 4;
+
local interface IORInfo
{
CORBA::Policy get_effective_policy (in CORBA::PolicyType type);