diff options
author | Alan Conway <aconway@apache.org> | 2007-03-27 21:23:40 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-03-27 21:23:40 +0000 |
commit | e919b8ae21a9a92bdea636c7c5de34bda1c29a3d (patch) | |
tree | a7fe9e99a591c67828e050f50993614487a3bb6e /cpp/lib/broker/Reference.h | |
parent | b35d8895e662990245385f416163c669391adad3 (diff) | |
download | qpid-python-e919b8ae21a9a92bdea636c7c5de34bda1c29a3d.tar.gz |
* 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
Diffstat (limited to 'cpp/lib/broker/Reference.h')
-rw-r--r-- | cpp/lib/broker/Reference.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |