summaryrefslogtreecommitdiff
path: root/TAO/tao/Storable_File_Guard.cpp
diff options
context:
space:
mode:
authorstanleyk <stanleyk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-02-06 15:45:26 +0000
committerstanleyk <stanleyk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-02-06 15:45:26 +0000
commit87179eb98c6a0367d1f48378f17fca7852c1da19 (patch)
tree23bb13ecdbc60879fb8891945c7c6635c6a1576f /TAO/tao/Storable_File_Guard.cpp
parent68ae255277b67d27ac3d9a567f586a9ff17a1c03 (diff)
downloadATCD-87179eb98c6a0367d1f48378f17fca7852c1da19.tar.gz
Fixed dependency issues. Fixed erroneous avoids in Naming_Service mpc.
Diffstat (limited to 'TAO/tao/Storable_File_Guard.cpp')
-rw-r--r--TAO/tao/Storable_File_Guard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Storable_File_Guard.cpp b/TAO/tao/Storable_File_Guard.cpp
index 1c20d904df9..d2f77555e02 100644
--- a/TAO/tao/Storable_File_Guard.cpp
+++ b/TAO/tao/Storable_File_Guard.cpp
@@ -243,7 +243,7 @@ TAO::Storable_File_Guard::load ()
{
this->load_from_stream ();
}
- catch (const Storable_Read_Exception &ex)
+ catch (const Storable_Read_Exception)
{
ACE_ERROR ((LM_ERROR,
ACE_TEXT ("TAO: (%P|%t) ERROR: Unable to restore ")