From 8ac585d1a4cf8facf8eb1109f8e028ccde1b31f4 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 21 May 2009 11:28:54 +0000 Subject: * adjust replication exchange in line with change to registration function signature * make exchange type plugins register themselves on earlyInitialise; otherwise recovery of durable exchange occurs before plugins are initialised git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@777073 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/replication/ReplicationExchange.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/qpid/replication/ReplicationExchange.h') diff --git a/cpp/src/qpid/replication/ReplicationExchange.h b/cpp/src/qpid/replication/ReplicationExchange.h index 4cc45ed5f5..ab36704e06 100644 --- a/cpp/src/qpid/replication/ReplicationExchange.h +++ b/cpp/src/qpid/replication/ReplicationExchange.h @@ -42,7 +42,8 @@ class ReplicationExchange : public qpid::broker::Exchange ReplicationExchange(const std::string& name, bool durable, const qpid::framing::FieldTable& args, qpid::broker::QueueRegistry& queues, - qpid::management::Manageable* parent = 0); + qpid::management::Manageable* parent = 0, + qpid::broker::Broker* broker = 0); std::string getType() const; -- cgit v1.2.1