summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/txshift.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2012-05-18 22:05:11 +0000
committerAndrew Stitcher <astitcher@apache.org>2012-05-18 22:05:11 +0000
commit351b9822649f305fc270c30e3c6db6b81761d984 (patch)
tree1722b7387e95bea1b9c116f928b1df5ddc0fe0ef /qpid/cpp/src/tests/txshift.cpp
parent7e7443f59a66fbeb92aa44da48317697129e9289 (diff)
downloadqpid-python-351b9822649f305fc270c30e3c6db6b81761d984.tar.gz
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
Diffstat (limited to 'qpid/cpp/src/tests/txshift.cpp')
-rw-r--r--qpid/cpp/src/tests/txshift.cpp2
1 files changed, 1 insertions, 1 deletions
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)