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/broker/MessageStoreModule.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qpid/cpp/src/broker/MessageStoreModule.cpp') diff --git a/qpid/cpp/src/broker/MessageStoreModule.cpp b/qpid/cpp/src/broker/MessageStoreModule.cpp index cbda7182c1..17e5d3cca8 100644 --- a/qpid/cpp/src/broker/MessageStoreModule.cpp +++ b/qpid/cpp/src/broker/MessageStoreModule.cpp @@ -107,3 +107,8 @@ void MessageStoreModule::abort(TransactionContext& ctxt) { store->abort(ctxt); } + +void MessageStoreModule::collectPreparedXids(std::set& xids) +{ + store->collectPreparedXids(xids); +} -- cgit v1.2.1