diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-03-21 11:51:21 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-03-21 11:51:21 +0000 |
commit | ac270d6c01d1888ab193eaa29d30fc2a6834815f (patch) | |
tree | a057e85b4e72fabc4e7d692a37e03f0b339b9f3e /cppe/demo/IceE/chat/Client.cpp | |
parent | Fixed destroySession catch block (diff) | |
download | ice-ac270d6c01d1888ab193eaa29d30fc2a6834815f.tar.bz2 ice-ac270d6c01d1888ab193eaa29d30fc2a6834815f.tar.xz ice-ac270d6c01d1888ab193eaa29d30fc2a6834815f.zip |
Fix
Diffstat (limited to 'cppe/demo/IceE/chat/Client.cpp')
-rwxr-xr-x | cppe/demo/IceE/chat/Client.cpp | 2 |
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. |