diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2012-05-18 22:05:11 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2012-05-18 22:05:11 +0000 |
| commit | 351b9822649f305fc270c30e3c6db6b81761d984 (patch) | |
| tree | 1722b7387e95bea1b9c116f928b1df5ddc0fe0ef /qpid/cpp/src/tests/txjob.cpp | |
| parent | 7e7443f59a66fbeb92aa44da48317697129e9289 (diff) | |
| download | qpid-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/txjob.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/txjob.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/src/tests/txjob.cpp b/qpid/cpp/src/tests/txjob.cpp index a7a905c1b7..29394c3415 100644 --- a/qpid/cpp/src/tests/txjob.cpp +++ b/qpid/cpp/src/tests/txjob.cpp @@ -38,9 +38,9 @@ namespace tests { struct Args : public qpid::TestOptions { - string workQueue; - string source; - string dest; + std::string workQueue; + std::string source; + std::string dest; uint messages; uint jobs; bool quit; |
