From bcb1bbced22813782bac32411895d184df9866f7 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 20 Nov 2009 15:57:10 +0000 Subject: 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 --- cpp/src/tests/QueueTest.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/src/tests/QueueTest.cpp') 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& out) { out.insert(prepared.begin(), prepared.end()); } void recover(RecoveryManager&) {} - - std::string getStoreDir() const { return std::string(); } }; -- cgit v1.2.1