summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/NullMessageStore.h
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2007-12-04 21:54:03 +0000
committerKim van der Riet <kpvdr@apache.org>2007-12-04 21:54:03 +0000
commita8e232a41365a573fd047ea702dd125130bd057a (patch)
tree07c415cc185623d90112d7d42aabd3545d26a480 /cpp/src/qpid/broker/NullMessageStore.h
parente9aabf87ff40c4f9bcbbb37688eae1ba1c1e71e3 (diff)
downloadqpid-python-a8e232a41365a573fd047ea702dd125130bd057a.tar.gz
Added options to broker for journal file size. Also brought back exception copying in MessageStoreModue to prevent exceptions thrown in the store lib causing cores when handled in qpidd.cpp.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@601099 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 6a2e960b0f..b83e4c44c7 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 bool init(const std::string& dir, const bool async, const bool force);
+ virtual bool init(const Options* options);
virtual std::auto_ptr<TransactionContext> begin();
virtual std::auto_ptr<TPCTransactionContext> begin(const std::string& xid);
virtual void prepare(TPCTransactionContext& txn);