summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-03-05 10:42:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-03-05 10:42:23 +0000
commit231aa108b01d3bc49e8c651ac5ca506bf1653e4e (patch)
treefffafc0de2b63d458f7e728213f14ddfd95070ff
parented5d61110203cb279d80875e85a1fb296adca7bf (diff)
downloadATCD-231aa108b01d3bc49e8c651ac5ca506bf1653e4e.tar.gz
Mon Mar 5 09:44:32 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>
-rw-r--r--TAO/tao/Policy_Set.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Policy_Set.inl b/TAO/tao/Policy_Set.inl
index 2263ccd4fad..a224046dc1e 100644
--- a/TAO/tao/Policy_Set.inl
+++ b/TAO/tao/Policy_Set.inl
@@ -15,7 +15,7 @@ TAO_Policy_Set::compatible_scope (TAO_Policy_Scope policy_scope) const
ACE_INLINE CORBA::Policy *
TAO_Policy_Set::get_policy_by_index (CORBA::ULong index) const
{
- return CORBA::Policy::_duplicate (this->policy_list_[index]);
+ return CORBA::Policy::_duplicate (this->policy_list_[index].in ());
}
ACE_INLINE CORBA::ULong