summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/async/WorkQueue.h
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2008-01-09 18:09:32 -0500
committerBernard Normier <bernard@zeroc.com>2008-01-09 18:09:32 -0500
commit27ed1dbf26ed4d3fe715bbbdf1ed635cda385a60 (patch)
treebf9c5d505bea08035b592d39eaff1b665c223e08 /cpp/demo/Ice/async/WorkQueue.h
parentMerge branch 'master' of ssh://cvs.zeroc.com/home/git/ice (diff)
downloadice-27ed1dbf26ed4d3fe715bbbdf1ed635cda385a60.tar.bz2
ice-27ed1dbf26ed4d3fe715bbbdf1ed635cda385a60.tar.xz
ice-27ed1dbf26ed4d3fe715bbbdf1ed635cda385a60.zip
Removed IceUtilInternal calls from demos
Diffstat (limited to 'cpp/demo/Ice/async/WorkQueue.h')
-rw-r--r--cpp/demo/Ice/async/WorkQueue.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/demo/Ice/async/WorkQueue.h b/cpp/demo/Ice/async/WorkQueue.h
index 47c3ebf04da..7edd1e7ac05 100644
--- a/cpp/demo/Ice/async/WorkQueue.h
+++ b/cpp/demo/Ice/async/WorkQueue.h
@@ -11,9 +11,7 @@
#define WORK_QUEUE_H
#include <Hello.h>
-#include <IceUtil/Thread.h>
-#include <IceUtil/Monitor.h>
-#include <IceUtil/Mutex.h>
+#include <IceUtil/IceUtil.h>
#include <list>