From 0c3f1084652f7d81f1ca992676e90c158eeb3e65 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 6 Nov 2006 16:43:31 +0000 Subject: Minor source reorg, see README. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@471789 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/Channel.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/qpid/client/Channel.cpp') diff --git a/cpp/src/qpid/client/Channel.cpp b/cpp/src/qpid/client/Channel.cpp index 4579b6126d..a7b30f2f94 100644 --- a/cpp/src/qpid/client/Channel.cpp +++ b/cpp/src/qpid/client/Channel.cpp @@ -16,15 +16,15 @@ * */ #include "qpid/client/Channel.h" -#include "qpid/concurrent/Monitor.h" -#include "qpid/concurrent/ThreadFactory.h" +#include "qpid/sys/Monitor.h" +#include "qpid/sys/ThreadFactory.h" #include "qpid/client/Message.h" #include "qpid/QpidError.h" using namespace boost; //to use dynamic_pointer_cast using namespace qpid::client; using namespace qpid::framing; -using namespace qpid::concurrent; +using namespace qpid::sys; Channel::Channel(bool _transactional, u_int16_t _prefetch) : id(0), -- cgit v1.2.1