summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Type_Filter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Type_Filter.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Type_Filter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Type_Filter.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Type_Filter.cpp
index 66ff295aa4f..56ec593b2ea 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Type_Filter.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Type_Filter.cpp
@@ -43,7 +43,7 @@ void
TAO_EC_Type_Filter::push (const RtecEventComm::EventSet& event,
TAO_EC_QOS_Info& qos_info)
{
- if (this->parent () != 0)
+ if (this->parent () != nullptr)
this->parent ()->push (event, qos_info);
}
@@ -51,7 +51,7 @@ void
TAO_EC_Type_Filter::push_nocopy (RtecEventComm::EventSet& event,
TAO_EC_QOS_Info& qos_info)
{
- if (this->parent () != 0)
+ if (this->parent () != nullptr)
this->parent ()->push_nocopy (event, qos_info);
}