summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Filter.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-06 23:48:19 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-06 23:48:19 +0000
commitbfdb1c9f817e34f980f2470a45045c2891284e1c (patch)
tree284850d9e2f716b89191cec4ca852e6eebeee38d /TAO/orbsvcs/orbsvcs/Event/EC_Filter.cpp
parent5ee38703efa173767853c66a18be05afff666e05 (diff)
downloadATCD-bfdb1c9f817e34f980f2470a45045c2891284e1c.tar.gz
ChangeLogTag:Tue Mar 6 15:40:42 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Filter.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Filter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Filter.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Filter.cpp
index cee603fc208..b8b1b852034 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Filter.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Filter.cpp
@@ -54,6 +54,7 @@ TAO_EC_Null_Filter::filter (const RtecEventComm::EventSet& event,
// This is a leaf, no need to query any children, and we accept all
// events, so push it.
this->push (event, qos_info, ACE_TRY_ENV);
+ ACE_CHECK_RETURN (0);
return 1;
}
@@ -65,6 +66,7 @@ TAO_EC_Null_Filter::filter_nocopy (RtecEventComm::EventSet& event,
// This is a leaf, no need to query any children, and we accept all
// events, so push it.
this->push_nocopy (event, qos_info, ACE_TRY_ENV);
+ ACE_CHECK_RETURN (0);
return 1;
}