summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2012-05-17 16:34:22 +0000
committerAndrew Stitcher <astitcher@apache.org>2012-05-17 16:34:22 +0000
commitd035806d116a0d94be45b0907c79aa7a7c180c03 (patch)
tree3f3d5a96bceeb72c50c816870a359ad123598aec /cpp/src
parent88886fbfe530d6004fa2a924cb919cad72dd8378 (diff)
downloadqpid-python-d035806d116a0d94be45b0907c79aa7a7c180c03.tar.gz
QPID-4005: Eliminate "using" especially "using namespace" from header file
- Fix windows breakage git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1339696 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/broker/windows/SaslAuthenticator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp b/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp
index a38e6ac12a..1d026f730e 100644
--- a/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp
+++ b/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp
@@ -32,6 +32,8 @@
using namespace qpid::framing;
using qpid::sys::SecurityLayer;
+using std::string;
+
namespace qpid {
namespace broker {