From 31a74cd4a5c849b134a172cc5e6ce2e2a447e5e5 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 9 Jun 2008 20:53:57 +0000 Subject: Moved from AccumulatedAck to SequenceSet in managing transactional accepts Added transactional option to perftest Removed clientid from ConnectionSettings as it appears not to be used git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@665890 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/TxAccept.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/qpid/broker/TxAccept.cpp') diff --git a/cpp/src/qpid/broker/TxAccept.cpp b/cpp/src/qpid/broker/TxAccept.cpp index 634d066ecc..82acf61cd1 100644 --- a/cpp/src/qpid/broker/TxAccept.cpp +++ b/cpp/src/qpid/broker/TxAccept.cpp @@ -25,9 +25,9 @@ using std::bind1st; using std::bind2nd; using std::mem_fun_ref; using namespace qpid::broker; -using qpid::framing::AccumulatedAck; +using qpid::framing::SequenceSet; -TxAccept::TxAccept(AccumulatedAck& _acked, std::list& _unacked) : +TxAccept::TxAccept(SequenceSet& _acked, std::list& _unacked) : acked(_acked), unacked(_unacked) {} bool TxAccept::prepare(TransactionContext* ctxt) throw() -- cgit v1.2.1