summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Fault_Detector/Fault_Detector_i.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-26 13:50:03 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-26 13:50:03 +0000
commit541363431359ae883741188b40ca245e1305e696 (patch)
tree7806e195568f4ea3873be694578a2606e2959e3c /TAO/orbsvcs/Fault_Detector/Fault_Detector_i.cpp
parent2915d2de6afaabcf80e00a6d886c8019cf3652b3 (diff)
downloadATCD-541363431359ae883741188b40ca245e1305e696.tar.gz
ChangeLogTag: Fri Jan 26 13:46:23 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/Fault_Detector/Fault_Detector_i.cpp')
-rw-r--r--TAO/orbsvcs/Fault_Detector/Fault_Detector_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Fault_Detector/Fault_Detector_i.cpp b/TAO/orbsvcs/Fault_Detector/Fault_Detector_i.cpp
index c60005ed755..6d8174af809 100644
--- a/TAO/orbsvcs/Fault_Detector/Fault_Detector_i.cpp
+++ b/TAO/orbsvcs/Fault_Detector/Fault_Detector_i.cpp
@@ -105,7 +105,7 @@ void TAO::Fault_Detector_i::run()
this->quit_requested_ = 1;
}
}
- catch (const CORBA::Exception& ex)// todo refine this
+ catch (const CORBA::Exception&)// todo refine this
{
ACE_ERROR ((LM_ERROR,
"FaultDetector FAULT: exception.\n"