summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp b/TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp
index 4bae99522a2..2f54bdbbf88 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp
@@ -174,7 +174,7 @@ TAO_Notify_Tests_Peer_T<Peer_Traits>::disconnect (void)
{
this->disconnect_from_proxy ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
ACE_DEBUG ((LM_DEBUG,
"Peer %s failed to disconnect from proxy.",
@@ -185,7 +185,7 @@ TAO_Notify_Tests_Peer_T<Peer_Traits>::disconnect (void)
{
this->deactivate ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
ACE_DEBUG ((LM_DEBUG,
"Peer %s failed to deactivate.",