summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.cpp
index 8c8f38a4209..831bd3f1be5 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.cpp
@@ -175,7 +175,7 @@ TAO_EC_Event_Channel_Base::deactivate_supplier_admin (void)
supplier_poa->servant_to_id (this->supplier_admin_);
supplier_poa->deactivate_object (supplier_id.in ());
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// The deactivation can throw...
}
@@ -192,7 +192,7 @@ TAO_EC_Event_Channel_Base::deactivate_consumer_admin (void)
consumer_poa->servant_to_id (this->consumer_admin_);
consumer_poa->deactivate_object (consumer_id.in ());
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// The deactivation can throw...
}