diff options
author | stanleyk <stanleyk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2013-02-06 15:45:26 +0000 |
---|---|---|
committer | stanleyk <stanleyk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2013-02-06 15:45:26 +0000 |
commit | 87179eb98c6a0367d1f48378f17fca7852c1da19 (patch) | |
tree | 23bb13ecdbc60879fb8891945c7c6635c6a1576f /TAO/tao | |
parent | 68ae255277b67d27ac3d9a567f586a9ff17a1c03 (diff) | |
download | ATCD-87179eb98c6a0367d1f48378f17fca7852c1da19.tar.gz |
Fixed dependency issues. Fixed erroneous avoids in Naming_Service mpc.
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/Storable_File_Guard.cpp | 2 |
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 ") |