diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-26 13:50:03 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-26 13:50:03 +0000 |
commit | 541363431359ae883741188b40ca245e1305e696 (patch) | |
tree | 7806e195568f4ea3873be694578a2606e2959e3c /TAO/orbsvcs/tests/Notify/lib | |
parent | 2915d2de6afaabcf80e00a6d886c8019cf3652b3 (diff) | |
download | ATCD-541363431359ae883741188b40ca245e1305e696.tar.gz |
ChangeLogTag: Fri Jan 26 13:46:23 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp | 4 |
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.", |