summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/SubscriptionManager.cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-11-30 14:37:45 +0000
committerGordon Sim <gsim@apache.org>2007-11-30 14:37:45 +0000
commit3a8b72846031b6bef2b8e05f14c277769e39891b (patch)
tree390fd1e0f2d689b8efd2a95846df0443403e285a /cpp/src/qpid/client/SubscriptionManager.cpp
parent682ed251693e5fefbe0552702215c4bc01d0d93f (diff)
downloadqpid-python-3a8b72846031b6bef2b8e05f14c277769e39891b.tar.gz
Altered topic test to use the new session api.
Exposed start() through the subscription manager in addition to run(). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@599832 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/SubscriptionManager.cpp')
-rw-r--r--cpp/src/qpid/client/SubscriptionManager.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/SubscriptionManager.cpp b/cpp/src/qpid/client/SubscriptionManager.cpp
index a758dc1341..438a73ec6f 100644
--- a/cpp/src/qpid/client/SubscriptionManager.cpp
+++ b/cpp/src/qpid/client/SubscriptionManager.cpp
@@ -102,6 +102,11 @@ void SubscriptionManager::stop()
dispatcher.stop();
}
+void SubscriptionManager::start()
+{
+ dispatcher.start();
+}
+
}} // namespace qpid::client
#endif