diff options
author | Alan Conway <aconway@apache.org> | 2006-11-06 16:43:31 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2006-11-06 16:43:31 +0000 |
commit | 0c3f1084652f7d81f1ca992676e90c158eeb3e65 (patch) | |
tree | 7488712d1ce7cc8ac5dcda656a36ee303d2d2e14 /cpp/src/qpid/broker/Channel.cpp | |
parent | 7847c1c0326e654845868ab4ab4ec27863a3e777 (diff) | |
download | qpid-python-0c3f1084652f7d81f1ca992676e90c158eeb3e65.tar.gz |
Minor source reorg, see README.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@471789 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Channel.cpp')
-rw-r--r-- | cpp/src/qpid/broker/Channel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Channel.cpp b/cpp/src/qpid/broker/Channel.cpp index eae0a743db..45375a9fd3 100644 --- a/cpp/src/qpid/broker/Channel.cpp +++ b/cpp/src/qpid/broker/Channel.cpp @@ -25,7 +25,7 @@ using std::mem_fun_ref; using std::bind2nd; using namespace qpid::broker; using namespace qpid::framing; -using namespace qpid::concurrent; +using namespace qpid::sys; Channel::Channel(OutputHandler* _out, int _id, u_int32_t _framesize) : |