From 17b579479ca02d3bd1d02d49c881b6e720341ce3 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 4 Dec 2007 15:52:51 +0000 Subject: Remove start(); not yet safe to send commands while dispatcher is running concurrently. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@600984 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/SubscriptionManager.cpp | 5 ----- cpp/src/qpid/client/SubscriptionManager.h | 3 --- 2 files changed, 8 deletions(-) (limited to 'cpp') diff --git a/cpp/src/qpid/client/SubscriptionManager.cpp b/cpp/src/qpid/client/SubscriptionManager.cpp index 438a73ec6f..a758dc1341 100644 --- a/cpp/src/qpid/client/SubscriptionManager.cpp +++ b/cpp/src/qpid/client/SubscriptionManager.cpp @@ -102,11 +102,6 @@ void SubscriptionManager::stop() dispatcher.stop(); } -void SubscriptionManager::start() -{ - dispatcher.start(); -} - }} // namespace qpid::client #endif diff --git a/cpp/src/qpid/client/SubscriptionManager.h b/cpp/src/qpid/client/SubscriptionManager.h index fb1a726bff..c9066fe1de 100644 --- a/cpp/src/qpid/client/SubscriptionManager.h +++ b/cpp/src/qpid/client/SubscriptionManager.h @@ -82,9 +82,6 @@ public: */ void run(bool autoStop=true); - /** Deliver messages in another thread. */ - void start(); - /** Cause run() to return */ void stop(); -- cgit v1.2.1