diff options
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. |