From 351b9822649f305fc270c30e3c6db6b81761d984 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Fri, 18 May 2012 22:05:11 +0000 Subject: QPID-4005: Eliminate "using" especially "using namespace" from header file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1340276 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/txshift.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests/txshift.cpp') diff --git a/qpid/cpp/src/tests/txshift.cpp b/qpid/cpp/src/tests/txshift.cpp index 882d3716d8..bf85bee986 100644 --- a/qpid/cpp/src/tests/txshift.cpp +++ b/qpid/cpp/src/tests/txshift.cpp @@ -39,7 +39,7 @@ namespace tests { struct Args : public qpid::TestOptions { - string workQueue; + std::string workQueue; size_t workers; Args() : workQueue("txshift-control"), workers(1) -- cgit v1.2.1