summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/MessageStore.h
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-10-21 02:11:04 +0000
committerStephen D. Huston <shuston@apache.org>2009-10-21 02:11:04 +0000
commit6b20198b5058dfc11233b9c93f344b8391fdde86 (patch)
tree9d9a2502a84c92478741cbb9281742f3c95d7976 /cpp/src/qpid/broker/MessageStore.h
parent466f1af9eb0e745fe26851cb0b381e4b533a420c (diff)
downloadqpid-python-6b20198b5058dfc11233b9c93f344b8391fdde86.tar.gz
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
Diffstat (limited to 'cpp/src/qpid/broker/MessageStore.h')
-rw-r--r--cpp/src/qpid/broker/MessageStore.h10
1 files changed, 1 insertions, 9 deletions
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