summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/ServerI.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-11-15 00:26:11 +0000
committerMark Spruiell <mes@zeroc.com>2003-11-15 00:26:11 +0000
commit5febea51b60d910f39581507bb21fbe65da0fa4d (patch)
treeab5a48ba55a64b725f19536e176c3e637bb7c5ea /cpp/src/IcePack/ServerI.cpp
parentthrottle tracing (diff)
downloadice-5febea51b60d910f39581507bb21fbe65da0fa4d.tar.bz2
ice-5febea51b60d910f39581507bb21fbe65da0fa4d.tar.xz
ice-5febea51b60d910f39581507bb21fbe65da0fa4d.zip
Win32 fixes
Diffstat (limited to 'cpp/src/IcePack/ServerI.cpp')
-rw-r--r--cpp/src/IcePack/ServerI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/ServerI.cpp b/cpp/src/IcePack/ServerI.cpp
index d3cb0a90761..a3ea66cd8d5 100644
--- a/cpp/src/IcePack/ServerI.cpp
+++ b/cpp/src/IcePack/ServerI.cpp
@@ -294,7 +294,7 @@ IcePack::ServerI::terminated(const Ice::Current&)
// TODO: Inconsistent database.
//
}
- catch(const Ice::LocalException& ex)
+ catch(const Ice::LocalException&)
{
//cerr << (*p)->__reference()->toString() << endl;
//cerr << ex << endl;