diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-07-25 17:31:34 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-07-25 17:31:34 +0000 |
commit | ac04889ba9d1a6a24e81703e4e8f15f6a00884f6 (patch) | |
tree | 5af2c7c1f4d632766d864b7ca93ed70bbffc5a1c /cpp/src/IceGrid/NodeSessionManager.cpp | |
parent | More replication work. (diff) | |
download | ice-ac04889ba9d1a6a24e81703e4e8f15f6a00884f6.tar.bz2 ice-ac04889ba9d1a6a24e81703e4e8f15f6a00884f6.tar.xz ice-ac04889ba9d1a6a24e81703e4e8f15f6a00884f6.zip |
Win32 fixes
Diffstat (limited to 'cpp/src/IceGrid/NodeSessionManager.cpp')
-rw-r--r-- | cpp/src/IceGrid/NodeSessionManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/NodeSessionManager.cpp b/cpp/src/IceGrid/NodeSessionManager.cpp index 6c4d4cefc90..40e3d33db6d 100644 --- a/cpp/src/IceGrid/NodeSessionManager.cpp +++ b/cpp/src/IceGrid/NodeSessionManager.cpp @@ -340,7 +340,7 @@ NodeSessionManager::run() } } } - catch(const Ice::LocalException& ex) + catch(const Ice::LocalException&) { // IGNORE } |