summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/lib/Consumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/lib/Consumer.cpp')
-rw-r--r--TAO/orbsvcs/tests/Event/lib/Consumer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Event/lib/Consumer.cpp b/TAO/orbsvcs/tests/Event/lib/Consumer.cpp
index 65f02df63c1..4d664b4baee 100644
--- a/TAO/orbsvcs/tests/Event/lib/Consumer.cpp
+++ b/TAO/orbsvcs/tests/Event/lib/Consumer.cpp
@@ -111,7 +111,6 @@ EC_Consumer::push (const RtecEventComm::EventSet& events,
ACE_THROW_SPEC ((CORBA::SystemException))
{
this->driver_->consumer_push (this->cookie_, events, ACE_TRY_ENV);
- ACE_CHECK;
if (events.length () == 0)
{
@@ -148,7 +147,6 @@ EC_Consumer::push (const RtecEventComm::EventSet& events,
if (e.header.type == this->shutdown_event_type_)
this->driver_->consumer_shutdown (this->cookie_, ACE_TRY_ENV);
- ACE_CHECK;
}
}
@@ -157,7 +155,6 @@ EC_Consumer::disconnect_push_consumer (CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException))
{
this->driver_->consumer_disconnect (this->cookie_, ACE_TRY_ENV);
- ACE_CHECK;
this->supplier_proxy_ =
RtecEventChannelAdmin::ProxyPushSupplier::_nil ();
}