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/ServerI.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/ServerI.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/ServerI.cpp b/cpp/src/IceGrid/ServerI.cpp index 2c0ea9ce4ff..67953e08d04 100644 --- a/cpp/src/IceGrid/ServerI.cpp +++ b/cpp/src/IceGrid/ServerI.cpp @@ -740,7 +740,7 @@ ServerI::setEnabled(bool enabled, const ::Ice::Current&) { observer->updateServer(_node->getName(), getDynamicInfo()); } - catch(const Ice::LocalException& ex) + catch(const Ice::LocalException&) { // // Expected if the master IceGrid registry is down. @@ -2169,7 +2169,7 @@ ServerI::setStateNoSync(InternalServerState st, const std::string& reason) { observer->updateServer(_node->getName(), getDynamicInfo()); } - catch(const Ice::LocalException& ex) + catch(const Ice::LocalException&) { // // Expected if the master IceGrid registry is down. |