summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.inl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.inl b/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.inl
index 84c56db8e2c..87b31282a2d 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.inl
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.inl
@@ -32,7 +32,7 @@ TAO_EC_Object_Deactivator::deactivate (void)
this->deactivate_ = 0;
this->poa_->deactivate_object (id_);
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// The deactivation can throw...
}
@@ -123,7 +123,7 @@ TAO_EC_ORB_Holder::~TAO_EC_ORB_Holder (void)
{
this->orb_->destroy ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// Ignore.
}
@@ -153,7 +153,7 @@ TAO_EC_Event_Channel_Holder::~TAO_EC_Event_Channel_Holder (void)
{
this->ec_->destroy ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// Ignore.
}