summaryrefslogtreecommitdiff
path: root/qpid/cpp/test/client/topic_publisher.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-11-06 16:43:31 +0000
committerAlan Conway <aconway@apache.org>2006-11-06 16:43:31 +0000
commit64d55277b3a8820fda2d27f39eee04e705e942eb (patch)
treec08a314c1e99d2ce0ccbc39b3f553914e6f77d52 /qpid/cpp/test/client/topic_publisher.cpp
parent67fbadde39de688a11c471f026344c8835ce6340 (diff)
downloadqpid-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/topic_publisher.cpp')
-rw-r--r--qpid/cpp/test/client/topic_publisher.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/test/client/topic_publisher.cpp b/qpid/cpp/test/client/topic_publisher.cpp
index e53b70cc75..119d275cfd 100644
--- a/qpid/cpp/test/client/topic_publisher.cpp
+++ b/qpid/cpp/test/client/topic_publisher.cpp
@@ -21,14 +21,14 @@
#include "qpid/client/Exchange.h"
#include "qpid/client/MessageListener.h"
#include "qpid/client/Queue.h"
-#include "qpid/concurrent/Monitor.h"
+#include "qpid/sys/Monitor.h"
#include "unistd.h"
#include <apr-1/apr_time.h>
#include <cstdlib>
#include <iostream>
using namespace qpid::client;
-using namespace qpid::concurrent;
+using namespace qpid::sys;
class Publisher : public MessageListener{
Channel* const channel;