summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/asyncStore/AsyncStoreImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/asyncStore/AsyncStoreImpl.h')
-rw-r--r--cpp/src/qpid/asyncStore/AsyncStoreImpl.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/cpp/src/qpid/asyncStore/AsyncStoreImpl.h b/cpp/src/qpid/asyncStore/AsyncStoreImpl.h
index eb3f090ad7..40a7552a68 100644
--- a/cpp/src/qpid/asyncStore/AsyncStoreImpl.h
+++ b/cpp/src/qpid/asyncStore/AsyncStoreImpl.h
@@ -42,8 +42,7 @@ class Poller;
namespace asyncStore {
-class AsyncStoreImpl : public qpid::broker::AsyncTransactionalStore,
- public qpid::broker::AsyncStore
+class AsyncStoreImpl : public qpid::broker::AsyncStore
{
public:
AsyncStoreImpl(boost::shared_ptr<qpid::sys::Poller> poller,
@@ -59,12 +58,12 @@ public:
// --- Interface from AsyncTransactionalStore ---
qpid::broker::TxnHandle createTxnHandle();
- qpid::broker::TxnHandle createTxnHandle(qpid::broker::TxnBuffer* tb);
+ qpid::broker::TxnHandle createTxnHandle(qpid::broker::SimpleTxnBuffer* tb);
qpid::broker::TxnHandle createTxnHandle(const std::string& xid,
const bool tpcFlag);
qpid::broker::TxnHandle createTxnHandle(const std::string& xid,
const bool tpcFlag,
- qpid::broker::TxnBuffer* tb);
+ qpid::broker::SimpleTxnBuffer* tb);
void submitPrepare(qpid::broker::TxnHandle& txnHandle,
boost::shared_ptr<qpid::broker::TpcTxnAsyncContext> TxnCtxt);