summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA_Policy_Set.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POA_Policy_Set.i')
-rw-r--r--TAO/tao/PortableServer/POA_Policy_Set.i7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/POA_Policy_Set.i b/TAO/tao/PortableServer/POA_Policy_Set.i
index e62bf36a1d3..fee42969600 100644
--- a/TAO/tao/PortableServer/POA_Policy_Set.i
+++ b/TAO/tao/PortableServer/POA_Policy_Set.i
@@ -39,6 +39,13 @@ TAO_POA_Policy_Set::merge_policy (const CORBA::Policy_ptr policy
ACE_CHECK;
}
+ACE_INLINE CORBA::Policy_ptr
+TAO_POA_Policy_Set::get_policy (CORBA::PolicyType policy
+ ACE_ENV_ARG_DECL)
+{
+ return this->impl_.get_policy (policy ACE_ENV_ARG_PARAMETER);
+}
+
ACE_INLINE TAO_Policy_Set &
TAO_POA_Policy_Set::policies (void)
{