diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-26 18:25:17 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-26 18:25:17 +0000 |
commit | da0eecb9aeca0a49c2f1af5981644749b879d3a5 (patch) | |
tree | dd179c11d0ebdcf608e9d63b10138430254912da /TAO/orbsvcs/tests/FaultTolerance | |
parent | 391b189530b42b451e033590b689fa4357cfb06e (diff) | |
download | ATCD-da0eecb9aeca0a49c2f1af5981644749b879d3a5.tar.gz |
ChangeLogTag: Fri Jan 26 18:21:17 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/FaultTolerance')
-rw-r--r-- | TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp b/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp index 2edb37fe9f7..29c2c8676ce 100644 --- a/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp +++ b/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp @@ -211,7 +211,7 @@ Manager::run (void) { this->orb_->run (); } - catch (const CORBA::Exception& ex) + catch (const CORBA::Exception&) { ACE_ERROR_RETURN ((LM_DEBUG, "Error in run \n"), |