summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/broker/MessageStoreModule.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-04-11 12:10:17 +0000
committerGordon Sim <gsim@apache.org>2007-04-11 12:10:17 +0000
commitda821ce9991650d72d67172979ca117eb6744b58 (patch)
tree27b4ef817ca3e020fec930177a81350b2508741d /qpid/cpp/src/broker/MessageStoreModule.h
parentcdb9ba0aa9245c41af97c1468b85aa439548ed6e (diff)
downloadqpid-python-da821ce9991650d72d67172979ca117eb6744b58.tar.gz
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
Diffstat (limited to 'qpid/cpp/src/broker/MessageStoreModule.h')
-rw-r--r--qpid/cpp/src/broker/MessageStoreModule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/broker/MessageStoreModule.h b/qpid/cpp/src/broker/MessageStoreModule.h
index b11f844948..02c87a1bf6 100644
--- a/qpid/cpp/src/broker/MessageStoreModule.h
+++ b/qpid/cpp/src/broker/MessageStoreModule.h
@@ -44,6 +44,7 @@ public:
void prepare(TPCTransactionContext& txn);
void commit(TransactionContext& txn);
void abort(TransactionContext& txn);
+ void collectPreparedXids(std::set<std::string>& xids);
void create(const PersistableQueue& queue);
void destroy(const PersistableQueue& queue);