summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_And_Filter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_And_Filter.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_And_Filter.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_And_Filter.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_And_Filter.cpp
index 91fe077246f..3edb69e1acc 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_And_Filter.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_And_Filter.cpp
@@ -72,10 +72,7 @@ TAO_EC_And_Filter::filter (const RtecEventComm::EventSet& event,
// All children accepted the event, push up...
if (this->parent () != 0)
- {
- this->parent ()->push (event, qos_info, ACE_TRY_ENV);
- ACE_CHECK_RETURN (0);
- }
+ this->parent ()->push (event, qos_info, ACE_TRY_ENV);
return 1;
}
@@ -96,10 +93,7 @@ TAO_EC_And_Filter::filter_nocopy (RtecEventComm::EventSet& event,
// All children accepted the event, push up...
if (this->parent () != 0)
- {
- this->parent ()->push (event, qos_info, ACE_TRY_ENV);
- ACE_CHECK_RETURN (0);
- }
+ this->parent ()->push (event, qos_info, ACE_TRY_ENV);
return 1;
}