diff options
Diffstat (limited to 'TAO/tao/PortableServer/POA_Policy_Set.i')
-rw-r--r-- | TAO/tao/PortableServer/POA_Policy_Set.i | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/POA_Policy_Set.i b/TAO/tao/PortableServer/POA_Policy_Set.i index e033967f5d4..94d39143949 100644 --- a/TAO/tao/PortableServer/POA_Policy_Set.i +++ b/TAO/tao/PortableServer/POA_Policy_Set.i @@ -37,3 +37,8 @@ TAO_POA_Policy_Set::merge_policy (const CORBA::Policy_ptr policy, ACE_CHECK; } +ACE_INLINE TAO_Policy_Set & +TAO_POA_Policy_Set::policies (void) +{ + return this->impl_; +} |