diff options
author | Alan Conway <aconway@apache.org> | 2009-11-20 15:57:10 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-11-20 15:57:10 +0000 |
commit | bcb1bbced22813782bac32411895d184df9866f7 (patch) | |
tree | a9e19edf5e9afbf1f0ce2eba76d1442368bc11c5 /cpp/src/tests/QueueTest.cpp | |
parent | 7fef9fea2af68d01f6c18a1d6a3612073da0e67b (diff) | |
download | qpid-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/tests/QueueTest.cpp')
-rw-r--r-- | cpp/src/tests/QueueTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/tests/QueueTest.cpp b/cpp/src/tests/QueueTest.cpp index cda9728dd4..6c2adf5c87 100644 --- a/cpp/src/tests/QueueTest.cpp +++ b/cpp/src/tests/QueueTest.cpp @@ -409,8 +409,6 @@ class TestMessageStoreOC : public MessageStore void collectPreparedXids(std::set<std::string>& out) { out.insert(prepared.begin(), prepared.end()); } void recover(RecoveryManager&) {} - - std::string getStoreDir() const { return std::string(); } }; |