summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/NullMessageStore.cpp
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.cpp
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.cpp')
-rw-r--r--cpp/src/qpid/broker/NullMessageStore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/NullMessageStore.cpp b/cpp/src/qpid/broker/NullMessageStore.cpp
index b3fc7ec9a7..2190ff4086 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){}
-void NullMessageStore::init(const std::string& /*dir*/, const bool /*async*/) {}
+bool NullMessageStore::init(const std::string& /*dir*/, const bool /*async*/, const bool /*force*/) {return true;}
void NullMessageStore::create(PersistableQueue& queue)
{