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 | 64d55277b3a8820fda2d27f39eee04e705e942eb (patch) | |
tree | c08a314c1e99d2ce0ccbc39b3f553914e6f77d52 /qpid/cpp/test/client/client_test.cpp | |
parent | 67fbadde39de688a11c471f026344c8835ce6340 (diff) | |
download | qpid-python-64d55277b3a8820fda2d27f39eee04e705e942eb.tar.gz |
Minor source reorg, see README.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@471789 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/test/client/client_test.cpp')
-rw-r--r-- | qpid/cpp/test/client/client_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/test/client/client_test.cpp b/qpid/cpp/test/client/client_test.cpp index 2a1f1a9747..0e57babbef 100644 --- a/qpid/cpp/test/client/client_test.cpp +++ b/qpid/cpp/test/client/client_test.cpp @@ -22,11 +22,11 @@ #include "qpid/client/Connection.h" #include "qpid/client/Message.h" #include "qpid/client/MessageListener.h" -#include "qpid/concurrent/Monitor.h" +#include "qpid/sys/Monitor.h" #include "qpid/framing/FieldTable.h" using namespace qpid::client; -using namespace qpid::concurrent; +using namespace qpid::sys; class SimpleListener : public virtual MessageListener{ Monitor* monitor; |