diff options
Diffstat (limited to 'cppe/demo/IceE/chat/PingThread.h')
-rw-r--r-- | cppe/demo/IceE/chat/PingThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/demo/IceE/chat/PingThread.h b/cppe/demo/IceE/chat/PingThread.h index fd226b352a0..45879f72361 100644 --- a/cppe/demo/IceE/chat/PingThread.h +++ b/cppe/demo/IceE/chat/PingThread.h @@ -18,7 +18,7 @@ class SessionPingThread : public IceUtil::Thread, public IceUtil::Monitor<IceUti { public: - SessionPingThread(const Glacier2::SessionPrx& session); + SessionPingThread(const Glacier2::SessionPrx& session, long timeout); virtual void run(); void destroy(); |