summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/chat/PingThread.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-02-21 16:54:03 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-02-21 16:54:03 +0000
commit77f1dc4b62c2d50040ecf8a76dfce1d979c9d15a (patch)
treecf4408e91e0f56bef835a1dc07b40ad27904b017 /cppe/demo/IceE/chat/PingThread.h
parentRemoved OutgoingM (diff)
downloadice-77f1dc4b62c2d50040ecf8a76dfce1d979c9d15a.tar.bz2
ice-77f1dc4b62c2d50040ecf8a76dfce1d979c9d15a.tar.xz
ice-77f1dc4b62c2d50040ecf8a76dfce1d979c9d15a.zip
Removed OutgoingM
Diffstat (limited to 'cppe/demo/IceE/chat/PingThread.h')
-rw-r--r--cppe/demo/IceE/chat/PingThread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cppe/demo/IceE/chat/PingThread.h b/cppe/demo/IceE/chat/PingThread.h
index a21ab2a6b04..0f147a10f40 100644
--- a/cppe/demo/IceE/chat/PingThread.h
+++ b/cppe/demo/IceE/chat/PingThread.h
@@ -11,6 +11,7 @@
#define CHAT_PING_THREAD_H
#include <IceE/Thread.h>
+#include <IceE/Monitor.h>
#include <Router.h>
class SessionPingThread : public IceUtil::Thread, public IceUtil::Monitor<IceUtil::Mutex>