From 827c88dae68ac02ca03a4c2b4e318e281677addf Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Thu, 8 Nov 2007 18:46:53 +0000 Subject: - enable the ability to lazy load from async store - the ci has a raw ptr for Queue in QueuedMessage, if any has any concerns, ping me and I will convert it to an auto_ptr Carl. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@593251 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/TxAckTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests/TxAckTest.cpp') diff --git a/qpid/cpp/src/tests/TxAckTest.cpp b/qpid/cpp/src/tests/TxAckTest.cpp index 73628f25b5..dd57736a0c 100644 --- a/qpid/cpp/src/tests/TxAckTest.cpp +++ b/qpid/cpp/src/tests/TxAckTest.cpp @@ -76,7 +76,7 @@ public: msg->getProperties()->setDeliveryMode(PERSISTENT); msg->getProperties()->setRoutingKey("routing_key"); messages.push_back(msg); - QueuedMessage qm; + QueuedMessage qm(queue.get()); qm.payload = msg; deliveries.push_back(DeliveryRecord(qm, queue, "xyz", DeliveryToken::shared_ptr(), (i+1), true)); } -- cgit v1.2.1