summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/MessageStore.h
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2009-08-05 14:21:26 +0000
committerKim van der Riet <kpvdr@apache.org>2009-08-05 14:21:26 +0000
commitc5357be8ed980a72613e57af916868f5707be536 (patch)
treef0bffd3e6f141c63643c4b5cca9e777d5ef3e4a0 /cpp/src/qpid/broker/MessageStore.h
parent92f8e307ee66bbd4262dee5fc7387954ba2e5d03 (diff)
downloadqpid-python-c5357be8ed980a72613e57af916868f5707be536.tar.gz
Rename of MessageStore::discardInit() to MessageStore::truncateInint(), resulting from a cleanup of the code logic in the store.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@801239 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/MessageStore.h')
-rw-r--r--cpp/src/qpid/broker/MessageStore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/MessageStore.h b/cpp/src/qpid/broker/MessageStore.h
index 363a474c22..f5c55a50f8 100644
--- a/cpp/src/qpid/broker/MessageStore.h
+++ b/cpp/src/qpid/broker/MessageStore.h
@@ -63,7 +63,7 @@ class MessageStore : public TransactionalStore, public Recoverable {
* @param pushDownStoreFiles If true, will move content of the store dir into a
* subdir, leaving the store dir otherwise empty.
*/
- virtual void discardInit(const bool pushDownStoreFiles = false) = 0;
+ virtual void truncateInit(const bool pushDownStoreFiles = false) = 0;
/**
* Record the existence of a durable queue