From 2263213d7dfa3aaba38360144f7b098fd0a96bee Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 16 Jul 2009 16:28:14 +0000 Subject: 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 --- cpp/src/qpid/cluster/UpdateClient.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/src/qpid/cluster/UpdateClient.h') 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&); + void updateQueueListener(std::string& q, const boost::shared_ptr& c); + Numbering consumerNumbering; MemberId updaterId; MemberId updateeId; Url updateeUrl; -- cgit v1.2.1