summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-05-22 16:32:13 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-05-22 16:32:13 +0000
commita0aa498160e674ef9968c32218289bc65f8219f6 (patch)
tree27d75cd4a21d774bc4d3758753530061fdb5f347 /cpp/src
parentWin32 fixes (diff)
downloadice-a0aa498160e674ef9968c32218289bc65f8219f6.tar.bz2
ice-a0aa498160e674ef9968c32218289bc65f8219f6.tar.xz
ice-a0aa498160e674ef9968c32218289bc65f8219f6.zip
VC6 fix
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Glacier2/SessionRouterI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Glacier2/SessionRouterI.cpp b/cpp/src/Glacier2/SessionRouterI.cpp
index 6686fa2cadc..26b105fa043 100644
--- a/cpp/src/Glacier2/SessionRouterI.cpp
+++ b/cpp/src/Glacier2/SessionRouterI.cpp
@@ -825,7 +825,7 @@ Glacier2::SessionRouterI::createSessionInternal(const string& userId, bool allow
router = new RouterI(_clientAdapter, _serverAdapter, _adminAdapter, current.con, userId, allowAddUserMode,
session, controlId);
}
- catch(const Exception& ex)
+ catch(const Exception&)
{
IceUtil::Monitor<IceUtil::Mutex>::Lock lock(*this);