From da0eecb9aeca0a49c2f1af5981644749b879d3a5 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Fri, 26 Jan 2007 18:25:17 +0000 Subject: ChangeLogTag: Fri Jan 26 18:21:17 UTC 2007 Chad Elliott --- TAO/examples/PluggableUDP/tests/Performance/UDP_i.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/examples/PluggableUDP') diff --git a/TAO/examples/PluggableUDP/tests/Performance/UDP_i.cpp b/TAO/examples/PluggableUDP/tests/Performance/UDP_i.cpp index 0159babcd5d..6061703700d 100644 --- a/TAO/examples/PluggableUDP/tests/Performance/UDP_i.cpp +++ b/TAO/examples/PluggableUDP/tests/Performance/UDP_i.cpp @@ -81,7 +81,7 @@ UDP_i::invoke (const char * client_name, } } - catch (const CORBA::Exception& ex) + catch (const CORBA::Exception&) { ACE_DEBUG ((LM_DEBUG, "UDP_i::invoke: Received exception\n")); @@ -105,7 +105,7 @@ UDP_i::reset (const char * client_name) responseHandler_->reset (client_name); } } - catch (const CORBA::Exception& ex) + catch (const CORBA::Exception&) { ACE_DEBUG ((LM_DEBUG, "UDP_i::reset: Received exception\n")); -- cgit v1.2.1