diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-11-16 06:44:20 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-11-16 06:44:20 +0000 |
commit | 1cf08b7d8947437614e65619e17f9853898a7f85 (patch) | |
tree | b80eef7a29df082b7a90ae8e02c85fabb6e58012 /cpp/src/IceStorm/Service.cpp | |
parent | Remove debug statements (diff) | |
download | ice-1cf08b7d8947437614e65619e17f9853898a7f85.tar.bz2 ice-1cf08b7d8947437614e65619e17f9853898a7f85.tar.xz ice-1cf08b7d8947437614e65619e17f9853898a7f85.zip |
Removed upstream pinging from IceStorm.
Diffstat (limited to 'cpp/src/IceStorm/Service.cpp')
-rw-r--r-- | cpp/src/IceStorm/Service.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/IceStorm/Service.cpp b/cpp/src/IceStorm/Service.cpp index 1fed3c66178..f17ab500ace 100644 --- a/cpp/src/IceStorm/Service.cpp +++ b/cpp/src/IceStorm/Service.cpp @@ -13,7 +13,6 @@ #include <IceStorm/TraceLevels.h> #include <IceStorm/BatchFlusher.h> #include <IceStorm/SubscriberPool.h> -#include <IceStorm/KeepAliveThread.h> #include <IceStorm/Service.h> using namespace std; @@ -130,7 +129,7 @@ IceStorm::ServiceI::start( // installed so that any upstream topics are notified immediately // after startup. // - _instance->keepAlive()->startPinging(); + //_instance->keepAlive()->startPinging(); } void |