summaryrefslogtreecommitdiff
path: root/TAO/tao/MProfile.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/MProfile.inl')
-rw-r--r--TAO/tao/MProfile.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/MProfile.inl b/TAO/tao/MProfile.inl
index 2cf4d05d274..2a2d95f46d5 100644
--- a/TAO/tao/MProfile.inl
+++ b/TAO/tao/MProfile.inl
@@ -8,7 +8,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE
TAO_MProfile::TAO_MProfile (CORBA::ULong sz)
: policy_list_ (0),
- is_policy_list_initialized_ (0),
+ is_policy_list_initialized_ (false),
forward_from_(0),
pfiles_ (0),
current_ (0),
@@ -21,7 +21,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_ (0),
+ is_policy_list_initialized_ (false),
forward_from_(0),
pfiles_ (0),
current_ (0),