diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-05-25 14:50:43 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-05-25 14:50:43 +0000 |
commit | b3a07881c3cc9b02d4a59ac35dac6cb4bd1b55a4 (patch) | |
tree | 8e4b75cf47cbf1dbd8dc3dfb24e74879394ef3cf /cpp/src/Freeze/EvictorIteratorI.cpp | |
parent | Renamed existing Freeze Evictor to BackgroundSaveEvictor and added new (diff) | |
download | ice-b3a07881c3cc9b02d4a59ac35dac6cb4bd1b55a4.tar.bz2 ice-b3a07881c3cc9b02d4a59ac35dac6cb4bd1b55a4.tar.xz ice-b3a07881c3cc9b02d4a59ac35dac6cb4bd1b55a4.zip |
Fixed VC60 build
Diffstat (limited to 'cpp/src/Freeze/EvictorIteratorI.cpp')
-rw-r--r-- | cpp/src/Freeze/EvictorIteratorI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Freeze/EvictorIteratorI.cpp b/cpp/src/Freeze/EvictorIteratorI.cpp index be3fe251c9e..10e459a788c 100644 --- a/cpp/src/Freeze/EvictorIteratorI.cpp +++ b/cpp/src/Freeze/EvictorIteratorI.cpp @@ -164,7 +164,7 @@ Freeze::EvictorIteratorI::nextBatch() toClose->close(); break; // for (;;) } - catch(const DbDeadlockException& dx) + catch(const DbDeadlockException&) { if(dbc != 0) { |