From e919b8ae21a9a92bdea636c7c5de34bda1c29a3d Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 27 Mar 2007 21:23:40 +0000 Subject: * cpp/tests/BrokerChannelTest.cpp: Fix leak. * cpp/lib/broker/Connection.h: signature fix, pass const& instead of *. * cpp/lib/client/IncomingMessage.cpp: Correct error codes. * cpp/lib/broker/Reference.cpp: Fix TODO. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@523085 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/broker/Reference.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/lib/broker/Reference.h') diff --git a/cpp/lib/broker/Reference.h b/cpp/lib/broker/Reference.h index e453645a54..277eb7b917 100644 --- a/cpp/lib/broker/Reference.h +++ b/cpp/lib/broker/Reference.h @@ -36,6 +36,9 @@ namespace broker { class MessageMessage; class ReferenceRegistry; +// FIXME aconway 2007-03-27: Merge with client::IncomingMessage +// to common reference handling code. + /** * A reference is an accumulation point for data in a multi-frame * message. A reference can be used by multiple transfer commands to -- cgit v1.2.1