You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2011/06/07 14:49:01 UTC

svn commit: r1132983 - /qpid/branches/qpid-3079/qpid/cpp/src/qpid/broker/SemanticState.cpp

Author: kgiusti
Date: Tue Jun  7 12:49:00 2011
New Revision: 1132983

URL: http://svn.apache.org/viewvc?rev=1132983&view=rev
Log:
checkpoint: all cpp unit test pass.

Modified:
    qpid/branches/qpid-3079/qpid/cpp/src/qpid/broker/SemanticState.cpp

Modified: qpid/branches/qpid-3079/qpid/cpp/src/qpid/broker/SemanticState.cpp
URL: http://svn.apache.org/viewvc/qpid/branches/qpid-3079/qpid/cpp/src/qpid/broker/SemanticState.cpp?rev=1132983&r1=1132982&r2=1132983&view=diff
==============================================================================
--- qpid/branches/qpid-3079/qpid/cpp/src/qpid/broker/SemanticState.cpp (original)
+++ qpid/branches/qpid-3079/qpid/cpp/src/qpid/broker/SemanticState.cpp Tue Jun  7 12:49:00 2011
@@ -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);



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org