summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/asyncStore/TxnHandleImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/asyncStore/TxnHandleImpl.cpp')
-rw-r--r--cpp/src/qpid/asyncStore/TxnHandleImpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/asyncStore/TxnHandleImpl.cpp b/cpp/src/qpid/asyncStore/TxnHandleImpl.cpp
index dd644b29bd..50dce1b2af 100644
--- a/cpp/src/qpid/asyncStore/TxnHandleImpl.cpp
+++ b/cpp/src/qpid/asyncStore/TxnHandleImpl.cpp
@@ -31,7 +31,7 @@ TxnHandleImpl::TxnHandleImpl() :
m_txnBuffer(0)
{}
-TxnHandleImpl::TxnHandleImpl(qpid::broker::TxnBuffer* tb) :
+TxnHandleImpl::TxnHandleImpl(qpid::broker::SimpleTxnBuffer* tb) :
m_tpcFlag(false),
m_txnBuffer(tb)
{}
@@ -44,7 +44,7 @@ TxnHandleImpl::TxnHandleImpl(const std::string& xid, const bool tpcFlag) :
TxnHandleImpl::TxnHandleImpl(const std::string& xid,
const bool tpcFlag,
- qpid::broker::TxnBuffer* tb) :
+ qpid::broker::SimpleTxnBuffer* tb) :
m_xid(xid),
m_tpcFlag(tpcFlag),
m_txnBuffer(tb)