summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/KeepAliveThread.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-10-27 15:32:42 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-10-27 15:32:42 +0000
commit9dbdce9d73652d53fef812fa960ed9c81caa9085 (patch)
tree51c5faefc54bff982d7ada7fcf00b6187af64288 /cpp/src/IceStorm/KeepAliveThread.cpp
parentFixed WIN32 (diff)
downloadice-9dbdce9d73652d53fef812fa960ed9c81caa9085.tar.bz2
ice-9dbdce9d73652d53fef812fa960ed9c81caa9085.tar.xz
ice-9dbdce9d73652d53fef812fa960ed9c81caa9085.zip
Fix windows build
Diffstat (limited to 'cpp/src/IceStorm/KeepAliveThread.cpp')
-rw-r--r--cpp/src/IceStorm/KeepAliveThread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceStorm/KeepAliveThread.cpp b/cpp/src/IceStorm/KeepAliveThread.cpp
index 600b07df0db..6c8ad926ac9 100644
--- a/cpp/src/IceStorm/KeepAliveThread.cpp
+++ b/cpp/src/IceStorm/KeepAliveThread.cpp
@@ -115,11 +115,11 @@ KeepAliveThread::run()
{
(*p)->keepAlive();
}
- catch(const Ice::ObjectNotExistException& e)
+ catch(const Ice::ObjectNotExistException&)
{
failed(*p);
}
- catch(const Ice::Exception& e)
+ catch(const Ice::Exception&)
{
if(_traceLevels->keepAlive > 1)
{