summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/NullMessageStore.h
diff options
context:
space:
mode:
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);