summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2011-06-07 12:49:00 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2011-06-07 12:49:00 +0000
commit69efc23e4a31d88c95f5457a1a0a9caa577c4e64 (patch)
treec970e5bdc4d0ded4a2784376f196ff0045cc55fe
parent4ea11e4c5be72227014df0ccbaae2097de96be8b (diff)
downloadqpid-python-69efc23e4a31d88c95f5457a1a0a9caa577c4e64.tar.gz
checkpoint: all cpp unit test pass.
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3079@1132983 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid/broker/SemanticState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/SemanticState.cpp b/qpid/cpp/src/qpid/broker/SemanticState.cpp
index 3530f3ef6f..734ef81918 100644
--- a/qpid/cpp/src/qpid/broker/SemanticState.cpp
+++ b/qpid/cpp/src/qpid/broker/SemanticState.cpp
@@ -878,7 +878,7 @@ namespace {
/** predicate to process unacked delivery records */
bool acceptDelivery( SemanticState *state,
boost::intrusive_ptr<AsyncMessageAcceptCmd>& cmd,
- DeliveryRecord dr )
+ DeliveryRecord& dr )
{
Queue::DequeueDoneCallbackFactory f = boost::bind(factory, state, dr.getId(), cmd);
return dr.accept((TransactionContext*) 0, &f);