diff options
Diffstat (limited to 'cpp/src/qpid/broker/TxnAsyncContext.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/TxnAsyncContext.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/TxnAsyncContext.cpp b/cpp/src/qpid/broker/TxnAsyncContext.cpp index 63e2de2b41..527cb4741f 100644 --- a/cpp/src/qpid/broker/TxnAsyncContext.cpp +++ b/cpp/src/qpid/broker/TxnAsyncContext.cpp @@ -26,7 +26,7 @@ namespace qpid { namespace broker { -TxnAsyncContext::TxnAsyncContext(TxnBuffer* const tb, +TxnAsyncContext::TxnAsyncContext(SimpleTxnBuffer* const tb, AsyncResultCallback rcb, AsyncResultQueue* const arq): m_tb(tb), @@ -37,7 +37,7 @@ TxnAsyncContext::TxnAsyncContext(TxnBuffer* const tb, TxnAsyncContext::~TxnAsyncContext() {} -TxnBuffer* +SimpleTxnBuffer* TxnAsyncContext::getTxnBuffer() const { return m_tb; |
