summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/LocatorI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-01-24 17:28:02 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-01-24 17:28:02 +0000
commitfcd560e9fb2ddd60e4122407b0abfe69c850b2bc (patch)
tree015a70f34ef4a74737d064345f9fcc8e6c6b3af0 /cpp/src/IcePack/LocatorI.cpp
parentBetter support for slow server activation and IcePack registry timeout. (diff)
downloadice-fcd560e9fb2ddd60e4122407b0abfe69c850b2bc.tar.bz2
ice-fcd560e9fb2ddd60e4122407b0abfe69c850b2bc.tar.xz
ice-fcd560e9fb2ddd60e4122407b0abfe69c850b2bc.zip
Win32 fixes
Diffstat (limited to 'cpp/src/IcePack/LocatorI.cpp')
-rw-r--r--cpp/src/IcePack/LocatorI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/LocatorI.cpp b/cpp/src/IcePack/LocatorI.cpp
index 4a245b79d28..6c78c23f400 100644
--- a/cpp/src/IcePack/LocatorI.cpp
+++ b/cpp/src/IcePack/LocatorI.cpp
@@ -289,7 +289,7 @@ LocatorI::getDirectProxyException(const AdapterPrx& adapter, const string& id, c
}
}
}
- catch(const Ice::ObjectNotExistException& ex)
+ catch(const Ice::ObjectNotExistException&)
{
//
// Expected if the adapter is destroyed, if that's the case, we remove it from the adapter registry.