summaryrefslogtreecommitdiff
path: root/cpp/src/tests/QueueTest.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2012-05-16 22:28:22 +0000
committerAndrew Stitcher <astitcher@apache.org>2012-05-16 22:28:22 +0000
commitb554a07a420bdc581ba8f0fcaef5851cc2359393 (patch)
treedb5cbf9a29b1b54a6408dae7ca737fa759b26199 /cpp/src/tests/QueueTest.cpp
parente48b6fa55c0c52f6da6163ade16e70ea3603a9f5 (diff)
downloadqpid-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.cpp2
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;