diff options
author | Alan Conway <aconway@apache.org> | 2009-07-16 16:28:14 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-07-16 16:28:14 +0000 |
commit | 2263213d7dfa3aaba38360144f7b098fd0a96bee (patch) | |
tree | c5ae73ed7c26362b5eb9f1a5298bab74501056f9 /cpp/src/qpid/cluster/UpdateClient.h | |
parent | b70e5a051527440f6a764d08a96adf908c5a8af0 (diff) | |
download | qpid-python-2263213d7dfa3aaba38360144f7b098fd0a96bee.tar.gz |
Update queue listeners in the correct order.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@794736 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/UpdateClient.h')
-rw-r--r-- | cpp/src/qpid/cluster/UpdateClient.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/UpdateClient.h b/cpp/src/qpid/cluster/UpdateClient.h index 4970026547..29ef5f9df2 100644 --- a/cpp/src/qpid/cluster/UpdateClient.h +++ b/cpp/src/qpid/cluster/UpdateClient.h @@ -23,6 +23,7 @@ */ #include "qpid/cluster/ClusterMap.h" +#include "qpid/cluster/Numbering.h" #include "qpid/client/Connection.h" #include "qpid/client/ConnectionSettings.h" #include "qpid/client/AsyncSession.h" @@ -94,7 +95,10 @@ class UpdateClient : public sys::Runnable { void updateTxState(broker::SemanticState& s); void updateOutputTask(const sys::OutputTask* task); void updateConsumer(const broker::SemanticState::ConsumerImpl::shared_ptr&); + void updateQueueListeners(const boost::shared_ptr<broker::Queue>&); + void updateQueueListener(std::string& q, const boost::shared_ptr<broker::Consumer>& c); + Numbering<broker::SemanticState::ConsumerImpl::shared_ptr> consumerNumbering; MemberId updaterId; MemberId updateeId; Url updateeUrl; |