From 6b20198b5058dfc11233b9c93f344b8391fdde86 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Wed, 21 Oct 2009 02:11:04 +0000 Subject: Initial checkin of portable message store plugin and MS SQL-specific storage provider. Goes with QPID-2017 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@827870 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/MessageStore.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'cpp/src/qpid/broker/MessageStore.h') diff --git a/cpp/src/qpid/broker/MessageStore.h b/cpp/src/qpid/broker/MessageStore.h index f5c55a50f8..143e860ec7 100644 --- a/cpp/src/qpid/broker/MessageStore.h +++ b/cpp/src/qpid/broker/MessageStore.h @@ -46,15 +46,7 @@ class MessageStore : public TransactionalStore, public Recoverable { public: /** - * init the store, call before any other call. If not called, store - * is free to pick any defaults - * - * @param options Options object provided by concrete store plug in. - */ - virtual bool init(const Options* options) = 0; - - /** - * If called after init() but before recovery, will discard the database + * If called after initialization but before recovery, will discard the database * and reinitialize using an empty store dir. If the parameter pushDownStoreFiles * is true, the content of the store dir will be moved to a backup dir inside the * store dir. This is used when cluster nodes recover and must get thier content -- cgit v1.2.1