summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/Service.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2006-11-16 06:44:20 +0000
committerMatthew Newhook <matthew@zeroc.com>2006-11-16 06:44:20 +0000
commit1cf08b7d8947437614e65619e17f9853898a7f85 (patch)
treeb80eef7a29df082b7a90ae8e02c85fabb6e58012 /cpp/src/IceStorm/Service.cpp
parentRemove debug statements (diff)
downloadice-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.cpp3
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