summaryrefslogtreecommitdiff
path: root/cpp/src/tests/storePerftools/asyncPerf/TransactionAsyncContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/storePerftools/asyncPerf/TransactionAsyncContext.h')
-rw-r--r--cpp/src/tests/storePerftools/asyncPerf/TransactionAsyncContext.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/tests/storePerftools/asyncPerf/TransactionAsyncContext.h b/cpp/src/tests/storePerftools/asyncPerf/TransactionAsyncContext.h
index 092958a93b..3bce23046e 100644
--- a/cpp/src/tests/storePerftools/asyncPerf/TransactionAsyncContext.h
+++ b/cpp/src/tests/storePerftools/asyncPerf/TransactionAsyncContext.h
@@ -2,13 +2,14 @@
#define tests_storePerftools_asyncPerf_TransactionAsyncContext_h_
#include "MockTransactionContext.h"
-#include "qpid/broker/BrokerContext.h"
+#include "qpid/asyncStore/AsyncOperation.h"
+#include "qpid/broker/BrokerAsyncContext.h"
namespace tests {
namespace storePerftools {
namespace asyncPerf {
-class TransactionAsyncContext: public qpid::broker::BrokerContext {
+class TransactionAsyncContext: public qpid::broker::BrokerAsyncContext {
public:
TransactionAsyncContext(MockTransactionContext* tc,
const qpid::asyncStore::AsyncOperation::opCode op);