summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/NullMessageStore.h
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2007-09-08 00:14:24 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2007-09-08 00:14:24 +0000
commit783b718d0b270121cd2e597424d0c81adea77a38 (patch)
tree22dbaa86d0ca3387ddc63ddc32c6f77a214ba386 /cpp/src/qpid/broker/NullMessageStore.h
parentcef8cb403ef217ed797c261933ed8e89b174ea60 (diff)
downloadqpid-python-783b718d0b270121cd2e597424d0c81adea77a38.tar.gz
updates to be able to manage lifecycle of async store
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@573762 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/NullMessageStore.h')
-rw-r--r--cpp/src/qpid/broker/NullMessageStore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/NullMessageStore.h b/cpp/src/qpid/broker/NullMessageStore.h
index 95f55f21b9..c27a0ad53a 100644
--- a/cpp/src/qpid/broker/NullMessageStore.h
+++ b/cpp/src/qpid/broker/NullMessageStore.h
@@ -45,8 +45,8 @@ public:
virtual void abort(TransactionContext& txn);
virtual void collectPreparedXids(std::set<std::string>& xids);
- virtual void create(const PersistableQueue& queue);
- virtual void destroy(const PersistableQueue& queue);
+ virtual void create(PersistableQueue& queue);
+ virtual void destroy(PersistableQueue& queue);
virtual void create(const PersistableExchange& exchange);
virtual void destroy(const PersistableExchange& exchange);