diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-06-23 12:45:15 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-06-23 12:45:15 +0000 |
commit | a9faa396610bde0259c7f4bf2492b194f1b35cac (patch) | |
tree | 0eb34b94f658011d33194a8c84f5a0caee295b3b /cppe/demo/IceE/chat/ChatClientDlg.cpp | |
parent | Fixed compile error (diff) | |
download | ice-a9faa396610bde0259c7f4bf2492b194f1b35cac.tar.bz2 ice-a9faa396610bde0259c7f4bf2492b194f1b35cac.tar.xz ice-a9faa396610bde0259c7f4bf2492b194f1b35cac.zip |
Bug 1127
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClientDlg.cpp')
-rw-r--r-- | cppe/demo/IceE/chat/ChatClientDlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/demo/IceE/chat/ChatClientDlg.cpp b/cppe/demo/IceE/chat/ChatClientDlg.cpp index 1116e58c35f..6300d3ce0fc 100644 --- a/cppe/demo/IceE/chat/ChatClientDlg.cpp +++ b/cppe/demo/IceE/chat/ChatClientDlg.cpp @@ -366,7 +366,7 @@ CChatClientDlg::OnLogin() // // Create a ping thread to keep the session alive. // - _ping = new SessionPingThread(_chat); + _ping = new SessionPingThread(_chat, _router->getSessionTimeout() / 2); _ping->start(); } catch(const Glacier2::CannotCreateSessionException& ex) |