diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-05-04 04:29:42 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-05-04 04:29:42 +0000 |
commit | de35b6d49d37eb8cacd91bbbb27e1a39595cb0ad (patch) | |
tree | f70057ca0b5aa4d88e2c3f4ce671a6d77260f844 /cppe/demo/IceE/chat/PingThread.h | |
parent | Fixed bug #2163 (diff) | |
download | ice-de35b6d49d37eb8cacd91bbbb27e1a39595cb0ad.tar.bz2 ice-de35b6d49d37eb8cacd91bbbb27e1a39595cb0ad.tar.xz ice-de35b6d49d37eb8cacd91bbbb27e1a39595cb0ad.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2181
Diffstat (limited to 'cppe/demo/IceE/chat/PingThread.h')
-rw-r--r-- | cppe/demo/IceE/chat/PingThread.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cppe/demo/IceE/chat/PingThread.h b/cppe/demo/IceE/chat/PingThread.h index 59dca9f1596..ddfa38e0e4c 100644 --- a/cppe/demo/IceE/chat/PingThread.h +++ b/cppe/demo/IceE/chat/PingThread.h @@ -10,8 +10,7 @@ #ifndef CHAT_PING_THREAD_H #define CHAT_PING_THREAD_H -#include <IceE/Thread.h> -#include <IceE/Monitor.h> +#include <IceE/IceE.h> #include <Router.h> class SessionPingThread : public IceUtil::Thread, public IceUtil::Monitor<IceUtil::Mutex> |