From 58337ca40df3a57a16cdee9b7f6b4fe0361b0018 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Fri, 15 Jun 2012 19:21:07 +0000 Subject: QPID-3858: WIP - async txns for msg publish pathway, but there are some race/thread issues to sort out. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1350745 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/AsyncResultQueueImpl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/src/qpid/broker/AsyncResultQueueImpl.cpp') diff --git a/cpp/src/qpid/broker/AsyncResultQueueImpl.cpp b/cpp/src/qpid/broker/AsyncResultQueueImpl.cpp index ab391146f9..9e3298bb4e 100644 --- a/cpp/src/qpid/broker/AsyncResultQueueImpl.cpp +++ b/cpp/src/qpid/broker/AsyncResultQueueImpl.cpp @@ -49,7 +49,6 @@ AsyncResultQueueImpl::submit(boost::shared_ptr arh) AsyncResultQueueImpl::ResultQueue::Batch::const_iterator AsyncResultQueueImpl::handle(const ResultQueue::Batch& e) { - for (ResultQueue::Batch::const_iterator i = e.begin(); i != e.end(); ++i) { //std::cout << "<== AsyncResultQueueImpl::handle() errNo=" << (*i)->getErrNo() << " errMsg=\"" << (*i)->getErrMsg() << "\"" << std::endl << std::flush; if ((*i)->isValid()) { -- cgit v1.2.1