diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2009-08-05 14:21:26 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2009-08-05 14:21:26 +0000 |
| commit | c5357be8ed980a72613e57af916868f5707be536 (patch) | |
| tree | f0bffd3e6f141c63643c4b5cca9e777d5ef3e4a0 /cpp/src/qpid/broker/MessageStoreModule.h | |
| parent | 92f8e307ee66bbd4262dee5fc7387954ba2e5d03 (diff) | |
| download | qpid-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/MessageStoreModule.h')
| -rw-r--r-- | cpp/src/qpid/broker/MessageStoreModule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/MessageStoreModule.h b/cpp/src/qpid/broker/MessageStoreModule.h index d6963336fc..02cbd13cf1 100644 --- a/cpp/src/qpid/broker/MessageStoreModule.h +++ b/cpp/src/qpid/broker/MessageStoreModule.h @@ -40,7 +40,7 @@ class MessageStoreModule : public MessageStore MessageStoreModule(MessageStore* store); bool init(const Options* options); - void discardInit(const bool pushDownStoreFiles = false); + void truncateInit(const bool pushDownStoreFiles = false); std::auto_ptr<TransactionContext> begin(); std::auto_ptr<TPCTransactionContext> begin(const std::string& xid); void prepare(TPCTransactionContext& txn); |
