diff options
Diffstat (limited to 'qpid/cpp/src/tests/TxBufferTest.cpp')
-rw-r--r-- | qpid/cpp/src/tests/TxBufferTest.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/TxBufferTest.cpp b/qpid/cpp/src/tests/TxBufferTest.cpp index 91ccc1e47d..f87c33d817 100644 --- a/qpid/cpp/src/tests/TxBufferTest.cpp +++ b/qpid/cpp/src/tests/TxBufferTest.cpp @@ -111,6 +111,11 @@ class TxBufferTest : public CppUnit::TestCase void prepare(TPCTransactionContext&){ throw "Operation not supported"; } + void collectPreparedXids(std::set<std::string>&) + { + throw "Operation not supported"; + } + std::auto_ptr<TransactionContext> begin(){ actual.push_back(BEGIN); |