summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.cpp b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.cpp
index dafbccb8787..6fad8240c31 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.cpp
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.cpp
@@ -52,7 +52,7 @@ TAO_CEC_ProxyPushConsumer::activate (
{
result = this->_this ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
result = CosEventChannelAdmin::ProxyPushConsumer::_nil ();
}
@@ -71,7 +71,7 @@ TAO_CEC_ProxyPushConsumer::deactivate (void)
poa->servant_to_id (this);
poa->deactivate_object (id.in ());
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// Exceptions here should not be propagated. They usually
// indicate that an object is beign disconnected twice, or some
@@ -134,7 +134,7 @@ TAO_CEC_ProxyPushConsumer::shutdown (void)
{
supplier->disconnect_push_supplier ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// Ignore exceptions, we must isolate other clients from
// failures on this one.
@@ -291,7 +291,7 @@ TAO_CEC_ProxyPushConsumer::disconnect_push_consumer ()
{
supplier->disconnect_push_supplier ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// Ignore exceptions, we must isolate other clients from
// failures on this one.