summaryrefslogtreecommitdiff
path: root/qpid/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
commit0de8704607f5f7101cbb5346c3f3d36f3868659f (patch)
treeda7e352d40204817ff01d8cfe219d8bc2cf3994b /qpid/cpp/src/qpid/broker/NullMessageStore.cpp
parentb1c3d79e22502863bd2c0fc5d194606aee6ec97d (diff)
downloadqpid-python-0de8704607f5f7101cbb5346c3f3d36f3868659f.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@591526 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 b3fc7ec9a7..2190ff4086 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){}
-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)
{