diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-11-15 00:26:11 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-11-15 00:26:11 +0000 |
commit | 5febea51b60d910f39581507bb21fbe65da0fa4d (patch) | |
tree | ab5a48ba55a64b725f19536e176c3e637bb7c5ea /cpp/src/IcePack/ServerI.cpp | |
parent | throttle tracing (diff) | |
download | ice-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.cpp | 2 |
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; |