summaryrefslogtreecommitdiff
path: root/tao/MProfile.inl
diff options
context:
space:
mode:
Diffstat (limited to 'tao/MProfile.inl')
-rw-r--r--tao/MProfile.inl8
1 files changed, 3 insertions, 5 deletions
diff --git a/tao/MProfile.inl b/tao/MProfile.inl
index 2a999b71b60..a64e977143e 100644
--- a/tao/MProfile.inl
+++ b/tao/MProfile.inl
@@ -7,8 +7,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE
TAO_MProfile::TAO_MProfile (CORBA::ULong sz)
- : policy_list_ (0),
- is_policy_list_initialized_ (false),
+ : is_policy_list_initialized_ (false),
forward_from_(0),
pfiles_ (0),
current_ (0),
@@ -20,8 +19,7 @@ TAO_MProfile::TAO_MProfile (CORBA::ULong sz)
ACE_INLINE
TAO_MProfile::TAO_MProfile (const TAO_MProfile &mprofiles)
- : policy_list_ (0),
- is_policy_list_initialized_ (false),
+ : is_policy_list_initialized_ (false),
forward_from_(0),
pfiles_ (0),
current_ (0),
@@ -197,7 +195,7 @@ TAO_MProfile::pfiles (void) const
}
ACE_INLINE void
-TAO_MProfile::policy_list (CORBA::PolicyList *policy_list)
+TAO_MProfile::policy_list (CORBA::PolicyList policy_list)
{
this->policy_list_ = policy_list;
}