diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-08 05:14:16 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-08 05:14:16 +0000 |
commit | 1f2bcf804162014a6e5c428a9d973f1d8b149a97 (patch) | |
tree | beade943ec3fabfe7d2fe11ca1495128b96352ce /cppe/demo/IceE/chat/PingThread.cpp | |
parent | Fixed bug with Log implementation. (diff) | |
download | ice-1f2bcf804162014a6e5c428a9d973f1d8b149a97.tar.bz2 ice-1f2bcf804162014a6e5c428a9d973f1d8b149a97.tar.xz ice-1f2bcf804162014a6e5c428a9d973f1d8b149a97.zip |
Added seperate CE resource files. Fixed font problems. Cleaned up and fixed
bugs with MFC demos.
Diffstat (limited to 'cppe/demo/IceE/chat/PingThread.cpp')
-rw-r--r-- | cppe/demo/IceE/chat/PingThread.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cppe/demo/IceE/chat/PingThread.cpp b/cppe/demo/IceE/chat/PingThread.cpp index 4cf37a6f82e..1a1cb1d0ea4 100644 --- a/cppe/demo/IceE/chat/PingThread.cpp +++ b/cppe/demo/IceE/chat/PingThread.cpp @@ -9,6 +9,8 @@ #include <PingThread.h> +using namespace std; + SessionPingThread::SessionPingThread(const Glacier2::SessionPrx& session) : _session(session), _timeout(IceUtil::Time::seconds(20)), |