From 9222ac0989bffebe53706255314fa4c577d2b6d8 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 26 Mar 2008 12:14:18 +0000 Subject: Re-enable the establishment of inter-broker links. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@641281 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/PreviewConnectionCodec.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/qpid/broker/PreviewConnectionCodec.cpp') diff --git a/cpp/src/qpid/broker/PreviewConnectionCodec.cpp b/cpp/src/qpid/broker/PreviewConnectionCodec.cpp index 81ec7f7076..d3a5281109 100644 --- a/cpp/src/qpid/broker/PreviewConnectionCodec.cpp +++ b/cpp/src/qpid/broker/PreviewConnectionCodec.cpp @@ -26,8 +26,8 @@ namespace broker { using sys::Mutex; -PreviewConnectionCodec::PreviewConnectionCodec(sys::OutputControl& o, Broker& broker, const std::string& id) - : frameQueueClosed(false), output(o), connection(this, broker, id), identifier(id) {} +PreviewConnectionCodec::PreviewConnectionCodec(sys::OutputControl& o, Broker& broker, const std::string& id, bool isClient) + : frameQueueClosed(false), output(o), connection(this, broker, id, isClient), identifier(id) {} size_t PreviewConnectionCodec::decode(const char* buffer, size_t size) { framing::Buffer in(const_cast(buffer), size); -- cgit v1.2.1