From d66d50b103ab12df58132ce17ed5892df29b4b5c Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 21 Mar 2007 19:12:14 +0000 Subject: Refactored client side for dual-mode Channel supporting either 0-9 Message or 0-8 Basic. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@520972 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/tests/ProducerConsumerTest.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'qpid/cpp/tests/ProducerConsumerTest.cpp') diff --git a/qpid/cpp/tests/ProducerConsumerTest.cpp b/qpid/cpp/tests/ProducerConsumerTest.cpp index e6d4090596..1f2aeffbc5 100644 --- a/qpid/cpp/tests/ProducerConsumerTest.cpp +++ b/qpid/cpp/tests/ProducerConsumerTest.cpp @@ -30,8 +30,9 @@ #include "AMQP_HighestVersion.h" #include "sys/AtomicCount.h" -using namespace qpid::sys; -using namespace qpid::framing; +using namespace qpid; +using namespace sys; +using namespace framing; using namespace boost; using namespace std; @@ -99,7 +100,7 @@ class ProducerConsumerTest : public CppUnit::TestCase CPPUNIT_TEST_SUITE_END(); public: - InProcessBrokerClient client; + client::InProcessBrokerClient client; ProducerConsumer pc; WatchedCounter stopped; @@ -166,7 +167,7 @@ class ProducerConsumerTest : public CppUnit::TestCase } public: - ProducerConsumerTest() : client(highestProtocolVersion) {} + ProducerConsumerTest() : client() {} void testProduceConsume() { ConsumeRunnable runMe(*this); -- cgit v1.2.1