diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2007-01-26 13:50:03 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2007-01-26 13:50:03 +0000 |
commit | 9c9f9408b21c2159d0fb01bc965657810cd4c1cd (patch) | |
tree | 7806e195568f4ea3873be694578a2606e2959e3c /TAO/orbsvcs/tests/FT_App | |
parent | a6b39dd0d2b5b543ddb4fb1cb89657c59e90589c (diff) | |
download | ATCD-9c9f9408b21c2159d0fb01bc965657810cd4c1cd.tar.gz |
ChangeLogTag: Fri Jan 26 13:46:23 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/FT_App')
-rw-r--r-- | TAO/orbsvcs/tests/FT_App/FT_Client.cpp | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/FT_App/StubFaultNotifier.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/FT_App/FT_Client.cpp b/TAO/orbsvcs/tests/FT_App/FT_Client.cpp index 38604e57127..10cc9236643 100644 --- a/TAO/orbsvcs/tests/FT_App/FT_Client.cpp +++ b/TAO/orbsvcs/tests/FT_App/FT_Client.cpp @@ -444,7 +444,7 @@ int FTClientMain::pass ( // not quite sure why, yet. Dale this->replica_->is_alive(); } - catch (const CORBA::Exception& ex) + catch (const CORBA::Exception&) { ACE_OS::fprintf (stdout, "FT Client: Ignoring expected exception during shutdown.\n"); ; // ignore exception during shutdown diff --git a/TAO/orbsvcs/tests/FT_App/StubFaultNotifier.cpp b/TAO/orbsvcs/tests/FT_App/StubFaultNotifier.cpp index 862c6c94d34..49f629c8040 100644 --- a/TAO/orbsvcs/tests/FT_App/StubFaultNotifier.cpp +++ b/TAO/orbsvcs/tests/FT_App/StubFaultNotifier.cpp @@ -450,7 +450,7 @@ int StubFaultNotifier::idle(int & result) } } } - catch (const CORBA::Exception& ex) + catch (const CORBA::Exception&) { quit = 1; } |