diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2007-12-04 21:54:03 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2007-12-04 21:54:03 +0000 |
| commit | a8e232a41365a573fd047ea702dd125130bd057a (patch) | |
| tree | 07c415cc185623d90112d7d42aabd3545d26a480 /cpp/src/qpid/broker/NullMessageStore.cpp | |
| parent | e9aabf87ff40c4f9bcbbb37688eae1ba1c1e71e3 (diff) | |
| download | qpid-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.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/NullMessageStore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/NullMessageStore.cpp b/cpp/src/qpid/broker/NullMessageStore.cpp index c0dbd9a315..5890be8d1a 100644 --- a/cpp/src/qpid/broker/NullMessageStore.cpp +++ b/cpp/src/qpid/broker/NullMessageStore.cpp @@ -49,7 +49,7 @@ using namespace qpid::broker; NullMessageStore::NullMessageStore(bool _warn) : warn(_warn){} -bool NullMessageStore::init(const std::string& /*dir*/, const bool /*async*/, const bool /*force*/) {return true;} +bool NullMessageStore::init(const Options* /*options*/) {return true;} void NullMessageStore::create(PersistableQueue& queue) { |
