You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2009/08/21 00:51:15 UTC

svn commit: r806389 - /qpid/trunk/qpid/cpp/src/qpid/client/Results.cpp

Author: shuston
Date: Thu Aug 20 22:51:14 2009
New Revision: 806389

URL: http://svn.apache.org/viewvc?rev=806389&view=rev
Log:
Remove using namespace boost - not needed and causes confusion with uint8_t from qpid/sys/IntegerTypes.h

Modified:
    qpid/trunk/qpid/cpp/src/qpid/client/Results.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/client/Results.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/client/Results.cpp?rev=806389&r1=806388&r2=806389&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/client/Results.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/client/Results.cpp Thu Aug 20 22:51:14 2009
@@ -24,7 +24,6 @@
 #include "qpid/framing/SequenceSet.h"
 
 using namespace qpid::framing;
-using namespace boost;
 
 namespace qpid {
 namespace client {



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org