diff options
author | Gordon Sim <gsim@apache.org> | 2007-12-04 15:52:51 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2007-12-04 15:52:51 +0000 |
commit | 17b579479ca02d3bd1d02d49c881b6e720341ce3 (patch) | |
tree | 0a750340cd250fbea73b14c20105df6a455d3c76 /cpp/src/qpid/client/SubscriptionManager.cpp | |
parent | 6ee7a743ee2a306b9e34f3dc471046b68b21680a (diff) | |
download | qpid-python-17b579479ca02d3bd1d02d49c881b6e720341ce3.tar.gz |
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
Diffstat (limited to 'cpp/src/qpid/client/SubscriptionManager.cpp')
-rw-r--r-- | cpp/src/qpid/client/SubscriptionManager.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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 |