summaryrefslogtreecommitdiff
path: root/TAO/tao/MProfile.cpp
diff options
context:
space:
mode:
authorhuangming <huangming@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-21 01:48:12 +0000
committerhuangming <huangming@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-21 01:48:12 +0000
commit224a481a4a01e1ccd58b4b5d69d35d96eeda7829 (patch)
tree49707b2cbca8e0f10cf956438e05f420a655a47c /TAO/tao/MProfile.cpp
parentf0cd5ee23146a5735b07a5ae0cf36d32eed5724d (diff)
downloadATCD-224a481a4a01e1ccd58b4b5d69d35d96eeda7829.tar.gz
Fri May 20 20:48:00 2005 Huang-Ming Huang <hh1@cse.wustl.edu>
Diffstat (limited to 'TAO/tao/MProfile.cpp')
-rw-r--r--TAO/tao/MProfile.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/MProfile.cpp b/TAO/tao/MProfile.cpp
index 6e761046cc3..cc6fb34f23d 100644
--- a/TAO/tao/MProfile.cpp
+++ b/TAO/tao/MProfile.cpp
@@ -325,7 +325,8 @@ TAO_MProfile::init_policy_list (ACE_ENV_SINGLE_ARG_DECL)
// it causes the initialization of the policies
// for the current profile.
- this->get_current_profile ()->policies (ACE_ENV_SINGLE_ARG_PARAMETER);
+ this->get_current_profile ()->get_policies (*this->policy_list_
+ ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
this->is_policy_list_initialized_ = 1;