summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/NullMessageStore.h
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2007-11-03 01:00:03 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2007-11-03 01:00:03 +0000
commit3c0a29f8d66b9866a2842d0a1a58ec89065f1af3 (patch)
treef96184b4d29bea2e0dae654b9cc16423fef7bd53 /cpp/src/qpid/broker/NullMessageStore.h
parent0b6caa355913c10b29ef85731c45e57013b3c0a7 (diff)
downloadqpid-python-3c0a29f8d66b9866a2842d0a1a58ec89065f1af3.tar.gz
- support for store to abort init / force
- there is an issue exiting via exception not related to this fix, but uncovered by this fix - JIRA 671 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@591526 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/NullMessageStore.h')
-rw-r--r--cpp/src/qpid/broker/NullMessageStore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/NullMessageStore.h b/cpp/src/qpid/broker/NullMessageStore.h
index 77723c0918..96aa286b82 100644
--- a/cpp/src/qpid/broker/NullMessageStore.h
+++ b/cpp/src/qpid/broker/NullMessageStore.h
@@ -38,7 +38,7 @@ class NullMessageStore : public MessageStore
public:
NullMessageStore(bool warn = false);
- virtual void init(const std::string& dir, const bool async);
+ virtual bool init(const std::string& dir, const bool async, const bool force);
virtual std::auto_ptr<TransactionContext> begin();
virtual std::auto_ptr<TPCTransactionContext> begin(const std::string& xid);
virtual void prepare(TPCTransactionContext& txn);