diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-08-20 22:51:14 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-08-20 22:51:14 +0000 |
commit | 074f277678fb95db03699646b71dc0fce903ee1d (patch) | |
tree | 43d26d9c62f38dd59343e9a19a575a8f25086a91 /qpid/cpp | |
parent | d4ee8a0e72f0711a20fd93b7c13b371a2673dc62 (diff) | |
download | qpid-python-074f277678fb95db03699646b71dc0fce903ee1d.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@806389 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r-- | qpid/cpp/src/qpid/client/Results.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/client/Results.cpp b/qpid/cpp/src/qpid/client/Results.cpp index acb2684727..0de3e8bd04 100644 --- a/qpid/cpp/src/qpid/client/Results.cpp +++ b/qpid/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 { |