summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
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
commit67af088cf8357c1c488669da3334c2c67ad032f1 (patch)
tree16305822abf183d09b497f6cd091dc795af59a97 /qpid/cpp/src/tests
parent615d92bfcc4c7a80317229146653c8f762a2e123 (diff)
downloadqpid-python-67af088cf8357c1c488669da3334c2c67ad032f1.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@882623 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
-rw-r--r--qpid/cpp/src/tests/QueueTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/QueueTest.cpp b/qpid/cpp/src/tests/QueueTest.cpp
index cda9728dd4..6c2adf5c87 100644
--- a/qpid/cpp/src/tests/QueueTest.cpp
+++ b/qpid/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(); }
};