summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy_Manager.cpp
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-10 18:10:41 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-10 18:10:41 +0000
commit0cbc9385a50ce3c306172e63481ee0bd306b5d73 (patch)
tree1ffc56b5aff8f3781a58fc3c36a8c8107abd2163 /TAO/tao/Policy_Manager.cpp
parentda36324a0d04753b06d21ddbc616e002b27ebc32 (diff)
downloadATCD-0cbc9385a50ce3c306172e63481ee0bd306b5d73.tar.gz
ChangeLogTag: Wed Jan 10 12:07:21 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Policy_Manager.cpp')
-rw-r--r--TAO/tao/Policy_Manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Policy_Manager.cpp b/TAO/tao/Policy_Manager.cpp
index 572089de19a..616fa611e3f 100644
--- a/TAO/tao/Policy_Manager.cpp
+++ b/TAO/tao/Policy_Manager.cpp
@@ -287,7 +287,7 @@ TAO_Policy_Manager_Impl::set_policy_overrides (
for (CORBA::ULong i = 0; i < policies.length (); ++i)
{
- CORBA::Policy_var policy = policies[i].in ();
+ CORBA::Policy_var policy = policies[i];
if (CORBA::is_nil (policy.in ()))
continue;