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.i6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/POA_Policy_Set.i b/TAO/tao/PortableServer/POA_Policy_Set.i
index b0a9ec35c10..e62bf36a1d3 100644
--- a/TAO/tao/PortableServer/POA_Policy_Set.i
+++ b/TAO/tao/PortableServer/POA_Policy_Set.i
@@ -13,9 +13,11 @@ TAO_POA_Policy_Set::get_policy_by_index (CORBA::ULong index)
}
ACE_INLINE CORBA::Policy_ptr
-TAO_POA_Policy_Set::get_cached_policy (TAO_Cached_Policy_Type type)
+TAO_POA_Policy_Set::get_cached_policy (TAO_Cached_Policy_Type type
+ ACE_ENV_ARG_DECL)
{
- return this->impl_.get_cached_policy (type);
+ return this->impl_.get_cached_policy (type
+ ACE_ENV_ARG_PARAMETER);
}
ACE_INLINE void