summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Mcast/Common/EC_Wrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Mcast/Common/EC_Wrapper.cpp')
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/Common/EC_Wrapper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Event/Mcast/Common/EC_Wrapper.cpp b/TAO/orbsvcs/tests/Event/Mcast/Common/EC_Wrapper.cpp
index 5988fdd7ce0..ef5097c6c7a 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/Common/EC_Wrapper.cpp
+++ b/TAO/orbsvcs/tests/Event/Mcast/Common/EC_Wrapper.cpp
@@ -26,7 +26,7 @@ EC_Wrapper::~EC_Wrapper (void)
{
this->destroy_ec ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// ignore
}
@@ -116,7 +116,7 @@ EC_Wrapper::destroy (void)
{
this->destroy_ec ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
this->orb_->shutdown ();
throw;