diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-11-10 10:01:41 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-11-10 10:01:41 +0000 |
commit | adcbd76c9a3e4f4e446d216d0b5fb1ebd8ab53e0 (patch) | |
tree | 57fceade2f93e7dc2075eeb199b7fe7406e3e663 /cpp/src/IceStorm/SubscriberPool.cpp | |
parent | Added ImplicitContextF.ice (diff) | |
download | ice-adcbd76c9a3e4f4e446d216d0b5fb1ebd8ab53e0.tar.bz2 ice-adcbd76c9a3e4f4e446d216d0b5fb1ebd8ab53e0.tar.xz ice-adcbd76c9a3e4f4e446d216d0b5fb1ebd8ab53e0.zip |
rename source file.
Diffstat (limited to 'cpp/src/IceStorm/SubscriberPool.cpp')
-rw-r--r-- | cpp/src/IceStorm/SubscriberPool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/SubscriberPool.cpp b/cpp/src/IceStorm/SubscriberPool.cpp index 7943d3e1129..26d99dee299 100644 --- a/cpp/src/IceStorm/SubscriberPool.cpp +++ b/cpp/src/IceStorm/SubscriberPool.cpp @@ -10,7 +10,7 @@ #include <IceStorm/SubscriberPool.h> #include <IceStorm/Instance.h> #include <IceStorm/TraceLevels.h> -#include <IceStorm/Subscribers.h> +#include <IceStorm/Subscriber.h> #include <Ice/Communicator.h> #include <Ice/Properties.h> |