summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/chat/Client.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-03-21 11:51:21 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-03-21 11:51:21 +0000
commitac270d6c01d1888ab193eaa29d30fc2a6834815f (patch)
treea057e85b4e72fabc4e7d692a37e03f0b339b9f3e /cppe/demo/IceE/chat/Client.cpp
parentFixed destroySession catch block (diff)
downloadice-ac270d6c01d1888ab193eaa29d30fc2a6834815f.tar.bz2
ice-ac270d6c01d1888ab193eaa29d30fc2a6834815f.tar.xz
ice-ac270d6c01d1888ab193eaa29d30fc2a6834815f.zip
Fix
Diffstat (limited to 'cppe/demo/IceE/chat/Client.cpp')
-rwxr-xr-xcppe/demo/IceE/chat/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/demo/IceE/chat/Client.cpp b/cppe/demo/IceE/chat/Client.cpp
index 9c6b340e4c9..4e8d68de504 100755
--- a/cppe/demo/IceE/chat/Client.cpp
+++ b/cppe/demo/IceE/chat/Client.cpp
@@ -145,7 +145,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator)
{
router->destroySession();
}
- catch(const Ice::LocalException&)
+ catch(const Ice::ConnectionLostException&)
{
//
// Expected: the router closed the connection.