summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-08-20 22:51:14 +0000
committerStephen D. Huston <shuston@apache.org>2009-08-20 22:51:14 +0000
commita55a45cac6111b666de84823686bf6405483099e (patch)
tree8819202b2135ffa72b1eae0fe6022c11cbc50f2e /cpp/src
parent32fe28766fe1a16a805f3a0817a30fce652cbec3 (diff)
downloadqpid-python-a55a45cac6111b666de84823686bf6405483099e.tar.gz
Remove using namespace boost - not needed and causes confusion with uint8_t from qpid/sys/IntegerTypes.h
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@806389 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/client/Results.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/Results.cpp b/cpp/src/qpid/client/Results.cpp
index acb2684727..0de3e8bd04 100644
--- a/cpp/src/qpid/client/Results.cpp
+++ b/cpp/src/qpid/client/Results.cpp
@@ -24,7 +24,6 @@
#include "qpid/framing/SequenceSet.h"
using namespace qpid::framing;
-using namespace boost;
namespace qpid {
namespace client {