From 962869a1b3e33711a831a46442a2af5b069f92e9 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Thu, 30 Oct 2008 23:12:22 +0000 Subject: Adjust namespace references to work with MSVC git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@709281 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/NullMessageStore.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'cpp/src/qpid/broker/NullMessageStore.cpp') diff --git a/cpp/src/qpid/broker/NullMessageStore.cpp b/cpp/src/qpid/broker/NullMessageStore.cpp index e1c7fe240d..edb4cc7d97 100644 --- a/cpp/src/qpid/broker/NullMessageStore.cpp +++ b/cpp/src/qpid/broker/NullMessageStore.cpp @@ -44,11 +44,6 @@ public: } }; -} -} - -using namespace qpid::broker; - NullMessageStore::NullMessageStore(bool _warn) : warn(_warn), nextPersistenceId(1) {} bool NullMessageStore::init(const Options* /*options*/) {return true;} @@ -168,3 +163,6 @@ void NullMessageStore::collectPreparedXids(std::set& out) { out.insert(prepared.begin(), prepared.end()); } + + +}} // namespace qpid::broker -- cgit v1.2.1