From b554a07a420bdc581ba8f0fcaef5851cc2359393 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 16 May 2012 22:28:22 +0000 Subject: QPID-4005: Eliminate "using" especially "using namespace" from header file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1339403 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/TestMessageStore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/TestMessageStore.h') diff --git a/cpp/src/tests/TestMessageStore.h b/cpp/src/tests/TestMessageStore.h index 20e0b755b2..0b63bc9c15 100644 --- a/cpp/src/tests/TestMessageStore.h +++ b/cpp/src/tests/TestMessageStore.h @@ -31,7 +31,7 @@ using namespace qpid::framing; namespace qpid { namespace tests { -typedef std::pair > msg_queue_pair; +typedef std::pair > msg_queue_pair; class TestMessageStore : public NullMessageStore { -- cgit v1.2.1