summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/chat/Client.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-06-23 12:45:15 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-06-23 12:45:15 +0000
commita9faa396610bde0259c7f4bf2492b194f1b35cac (patch)
tree0eb34b94f658011d33194a8c84f5a0caee295b3b /cppe/demo/IceE/chat/Client.cpp
parentFixed compile error (diff)
downloadice-a9faa396610bde0259c7f4bf2492b194f1b35cac.tar.bz2
ice-a9faa396610bde0259c7f4bf2492b194f1b35cac.tar.xz
ice-a9faa396610bde0259c7f4bf2492b194f1b35cac.zip
Bug 1127
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 da7c38f1d7f..d9657ff1158 100755
--- a/cppe/demo/IceE/chat/Client.cpp
+++ b/cppe/demo/IceE/chat/Client.cpp
@@ -93,7 +93,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator)
}
}
- SessionPingThreadPtr ping = new SessionPingThread(session);
+ SessionPingThreadPtr ping = new SessionPingThread(session, router->getSessionTimeout() / 2);
ping->start();
string category = router->getServerProxy()->ice_getIdentity().category;