summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Proxy.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Proxy.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Proxy.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Proxy.inl b/TAO/orbsvcs/orbsvcs/Notify/Proxy.inl
index 0f92ffdcb35..9746aa848cb 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Proxy.inl
+++ b/TAO/orbsvcs/orbsvcs/Notify/Proxy.inl
@@ -16,10 +16,10 @@ TAO_Notify_Proxy::check_filters (const TAO_Notify_Event* event
, CosNotifyChannelAdmin::InterFilterGroupOperator filter_operator)
{
// check if it passes the parent filter.
- CORBA::Boolean parent_val =
+ CORBA::Boolean const parent_val =
parent_filter_admin.match (event);
- CORBA::Boolean val = 0;
+ CORBA::Boolean val = false;
if (filter_operator == CosNotifyChannelAdmin::AND_OP)
{