diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-10-17 17:39:41 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-10-17 17:39:41 +0000 |
commit | 9c9506d9cd7057109a008eb535f9ee5fea8a6753 (patch) | |
tree | 9ebdd64ca0121d6ba98162e0c6f4c97db2765b88 /cpp/src/IceGrid/NodeSessionManager.cpp | |
parent | Replication fixes, more work on the replication tests (diff) | |
download | ice-9c9506d9cd7057109a008eb535f9ee5fea8a6753.tar.bz2 ice-9c9506d9cd7057109a008eb535f9ee5fea8a6753.tar.xz ice-9c9506d9cd7057109a008eb535f9ee5fea8a6753.zip |
Fixed windows compile bug
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 bc22006450d..72754da3c53 100644 --- a/cpp/src/IceGrid/NodeSessionManager.cpp +++ b/cpp/src/IceGrid/NodeSessionManager.cpp @@ -430,7 +430,7 @@ NodeSessionManager::createdSession(const NodeSessionPrx& session) Ice::ObjectProxySeq prxs = (*p)->findAllObjectsByType(InternalRegistry::ice_staticId()); proxies.insert(prxs.begin(), prxs.end()); } - catch(const Ice::LocalException& ex) + catch(const Ice::LocalException&) { // IGNORE } |