diff options
author | Andrew Stitcher <astitcher@apache.org> | 2012-05-16 22:28:22 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2012-05-16 22:28:22 +0000 |
commit | b554a07a420bdc581ba8f0fcaef5851cc2359393 (patch) | |
tree | db5cbf9a29b1b54a6408dae7ca737fa759b26199 /cpp/src/tests/QueueTest.cpp | |
parent | e48b6fa55c0c52f6da6163ade16e70ea3603a9f5 (diff) | |
download | qpid-python-b554a07a420bdc581ba8f0fcaef5851cc2359393.tar.gz |
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
Diffstat (limited to 'cpp/src/tests/QueueTest.cpp')
-rw-r--r-- | cpp/src/tests/QueueTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/tests/QueueTest.cpp b/cpp/src/tests/QueueTest.cpp index 0058aa5133..db84614a9b 100644 --- a/cpp/src/tests/QueueTest.cpp +++ b/cpp/src/tests/QueueTest.cpp @@ -42,6 +42,8 @@ #include <iostream> #include "boost/format.hpp" +using std::string; + using boost::intrusive_ptr; using namespace qpid; using namespace qpid::broker; |