diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-09-12 07:58:22 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-09-12 07:58:22 +0000 |
commit | 6931fe4cffab481f1d2b9b6941d5504abe683505 (patch) | |
tree | 6c74d55705991e96604e5df94a45232a114cf6f0 /cpp/src/IceStorm/Flusher.cpp | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1289 (diff) | |
download | ice-6931fe4cffab481f1d2b9b6941d5504abe683505.tar.bz2 ice-6931fe4cffab481f1d2b9b6941d5504abe683505.tar.xz ice-6931fe4cffab481f1d2b9b6941d5504abe683505.zip |
IceStormPerSubscriberPublisher
Diffstat (limited to 'cpp/src/IceStorm/Flusher.cpp')
-rw-r--r-- | cpp/src/IceStorm/Flusher.cpp | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/cpp/src/IceStorm/Flusher.cpp b/cpp/src/IceStorm/Flusher.cpp index 0c9142db350..a96614f8840 100644 --- a/cpp/src/IceStorm/Flusher.cpp +++ b/cpp/src/IceStorm/Flusher.cpp @@ -7,12 +7,15 @@ // // ********************************************************************** -#include <IceUtil/Thread.h> -#include <IceUtil/Monitor.h> -#include <Ice/Ice.h> +#include <IceStorm/Flusher.h> #include <IceStorm/Flushable.h> #include <IceStorm/TraceLevels.h> -#include <IceStorm/Flusher.h> + +#include <IceUtil/Functional.h> +#include <Ice/Communicator.h> +#include <Ice/Properties.h> +#include <Ice/LoggerUtil.h> + #include <algorithm> using namespace IceStorm; |