summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/TxnBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/TxnBuffer.h')
-rw-r--r--cpp/src/qpid/broker/TxnBuffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/TxnBuffer.h b/cpp/src/qpid/broker/TxnBuffer.h
index cd78846b71..bd9743cad7 100644
--- a/cpp/src/qpid/broker/TxnBuffer.h
+++ b/cpp/src/qpid/broker/TxnBuffer.h
@@ -51,9 +51,10 @@ public:
bool commitLocal(AsyncTransaction* const store);
// --- Async operations ---
- static void handleAsyncResult(const AsyncResultHandle* const arh);
void asyncLocalCommit();
+ static void handleAsyncCommitResult(const AsyncResultHandle* const arh);
void asyncLocalAbort();
+ static void handleAsyncAbortResult(const AsyncResultHandle* const arh);
private:
std::vector<boost::shared_ptr<TxnOp> > m_ops;