summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/NullMessageStore.cpp
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
commite8fcddab9a84123df55c08ab1f6dc91c79f8ef16 (patch)
tree112d5fa9bcf1fd08c0110167fb2611c1e283a448 /qpid/cpp/src/qpid/broker/NullMessageStore.cpp
parentb49a2d078652349b0f34936a567a1fe968bcdc07 (diff)
downloadqpid-python-e8fcddab9a84123df55c08ab1f6dc91c79f8ef16.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@601099 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpid/broker/NullMessageStore.cpp')
-rw-r--r--qpid/cpp/src/qpid/broker/NullMessageStore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/NullMessageStore.cpp b/qpid/cpp/src/qpid/broker/NullMessageStore.cpp
index c0dbd9a315..5890be8d1a 100644
--- a/qpid/cpp/src/qpid/broker/NullMessageStore.cpp
+++ b/qpid/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)
{