summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/TopicManagerI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceStorm/TopicManagerI.h')
-rw-r--r--cpp/src/IceStorm/TopicManagerI.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/IceStorm/TopicManagerI.h b/cpp/src/IceStorm/TopicManagerI.h
index 88b32e668ef..a50d3de8310 100644
--- a/cpp/src/IceStorm/TopicManagerI.h
+++ b/cpp/src/IceStorm/TopicManagerI.h
@@ -58,6 +58,8 @@ public:
void reap();
+ void shutdown();
+
private:
void installTopic(const std::string&, const std::string&, bool);
@@ -71,6 +73,7 @@ private:
FlusherPtr _flusher;
SubscriberFactoryPtr _factory;
std::string _envName;
+ Freeze::ConnectionPtr _connection;
StringBoolDict _topics;
};