diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-01-31 15:28:34 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-01-31 15:28:34 +0000 |
commit | 7a0cdc8ee2af4fb77ef9724675a3eb2aef59938c (patch) | |
tree | 94fe2207efb4f9fe50554e72d0e1da52db664a15 /cpp/src/IceStorm/TopicManagerI.cpp | |
parent | Added replication demo (diff) | |
download | ice-7a0cdc8ee2af4fb77ef9724675a3eb2aef59938c.tar.bz2 ice-7a0cdc8ee2af4fb77ef9724675a3eb2aef59938c.tar.xz ice-7a0cdc8ee2af4fb77ef9724675a3eb2aef59938c.zip |
Added DisableWarnings.h
Diffstat (limited to 'cpp/src/IceStorm/TopicManagerI.cpp')
-rw-r--r-- | cpp/src/IceStorm/TopicManagerI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceStorm/TopicManagerI.cpp b/cpp/src/IceStorm/TopicManagerI.cpp index d2a3098d140..12c9706ceaa 100644 --- a/cpp/src/IceStorm/TopicManagerI.cpp +++ b/cpp/src/IceStorm/TopicManagerI.cpp @@ -7,6 +7,7 @@ // // ********************************************************************** +#include <IceUtil/DisableWarnings.h> #include <IceStorm/TopicManagerI.h> #include <IceStorm/TopicI.h> #include <IceStorm/SubscriberPool.h> |