summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/MessageStoreModule.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-11-20 15:57:10 +0000
committerAlan Conway <aconway@apache.org>2009-11-20 15:57:10 +0000
commitbcb1bbced22813782bac32411895d184df9866f7 (patch)
treea9e19edf5e9afbf1f0ce2eba76d1442368bc11c5 /cpp/src/qpid/broker/MessageStoreModule.h
parent7fef9fea2af68d01f6c18a1d6a3612073da0e67b (diff)
downloadqpid-python-bcb1bbced22813782bac32411895d184df9866f7.tar.gz
Revert "Added getStoreDir() to MessageStore"
This reverts revision 882218 which broke the Windows. It also assumes that a MessageStore has an associated directory, which is not the case for all stores. We need a portable way to associate extra state with a store. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@882623 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/MessageStoreModule.h')
-rw-r--r--cpp/src/qpid/broker/MessageStoreModule.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/MessageStoreModule.h b/cpp/src/qpid/broker/MessageStoreModule.h
index 279090a2f9..56b5a3c1ae 100644
--- a/cpp/src/qpid/broker/MessageStoreModule.h
+++ b/cpp/src/qpid/broker/MessageStoreModule.h
@@ -77,7 +77,6 @@ class MessageStoreModule : public MessageStore
void flush(const qpid::broker::PersistableQueue& queue);
bool isNull() const;
- virtual std::string getStoreDir() const;
~MessageStoreModule();
};