From da821ce9991650d72d67172979ca117eb6744b58 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 11 Apr 2007 12:10:17 +0000 Subject: Added extra method to transaction control interface for store plugins. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@527467 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/TxBufferTest.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qpid/cpp/src/tests') 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&) + { + throw "Operation not supported"; + } + std::auto_ptr begin(){ actual.push_back(BEGIN); -- cgit v1.2.1