summaryrefslogtreecommitdiff
path: root/qpid/cpp/test
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-10-18 22:48:55 +0000
committerAlan Conway <aconway@apache.org>2006-10-18 22:48:55 +0000
commit25acaed2551df8dbf304caf7e2c9a1eaac5bf143 (patch)
tree72e480597eea167846492d54dcc7b8d02a8fce1d /qpid/cpp/test
parent8b445c94a9be057d1a45668a1bf0a282fafab954 (diff)
downloadqpid-python-25acaed2551df8dbf304caf7e2c9a1eaac5bf143.tar.gz
Fix build problems in makefile & client tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@465407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/test')
-rw-r--r--qpid/cpp/test/client/client_test.cpp16
-rw-r--r--qpid/cpp/test/client/topic_listener.cpp14
-rw-r--r--qpid/cpp/test/client/topic_publisher.cpp20
3 files changed, 24 insertions, 26 deletions
diff --git a/qpid/cpp/test/client/client_test.cpp b/qpid/cpp/test/client/client_test.cpp
index b899d494d7..e1c7d56573 100644
--- a/qpid/cpp/test/client/client_test.cpp
+++ b/qpid/cpp/test/client/client_test.cpp
@@ -17,15 +17,13 @@
*/
#include <iostream>
-#include "QpidError.h"
-#include "Channel.h"
-#include "Connection.h"
-#include "FieldTable.h"
-#include "Message.h"
-#include "MessageListener.h"
-
-#include "MonitorImpl.h"
-
+#include "qpid/QpidError.h"
+#include "qpid/client/Channel.h"
+#include "qpid/client/Connection.h"
+#include "qpid/client/Message.h"
+#include "qpid/client/MessageListener.h"
+#include "qpid/concurrent/MonitorImpl.h"
+#include "qpid/framing/FieldTable.h"
using namespace qpid::client;
using namespace qpid::concurrent;
diff --git a/qpid/cpp/test/client/topic_listener.cpp b/qpid/cpp/test/client/topic_listener.cpp
index a1b8e383a0..0f383134b5 100644
--- a/qpid/cpp/test/client/topic_listener.cpp
+++ b/qpid/cpp/test/client/topic_listener.cpp
@@ -15,15 +15,15 @@
* limitations under the License.
*
*/
+#include "qpid/QpidError.h"
+#include "qpid/client/Channel.h"
+#include "qpid/client/Connection.h"
+#include "qpid/client/Exchange.h"
+#include "qpid/client/MessageListener.h"
+#include "qpid/client/Queue.h"
+#include <apr-1/apr_time.h>
#include <iostream>
#include <sstream>
-#include "apr_time.h"
-#include "QpidError.h"
-#include "Channel.h"
-#include "Connection.h"
-#include "Exchange.h"
-#include "MessageListener.h"
-#include "Queue.h"
using namespace qpid::client;
diff --git a/qpid/cpp/test/client/topic_publisher.cpp b/qpid/cpp/test/client/topic_publisher.cpp
index fc6b7f3b30..9652c6450f 100644
--- a/qpid/cpp/test/client/topic_publisher.cpp
+++ b/qpid/cpp/test/client/topic_publisher.cpp
@@ -15,17 +15,17 @@
* limitations under the License.
*
*/
-#include <iostream>
-#include <cstdlib>
+#include "qpid/QpidError.h"
+#include "qpid/client/Channel.h"
+#include "qpid/client/Connection.h"
+#include "qpid/client/Exchange.h"
+#include "qpid/client/MessageListener.h"
+#include "qpid/client/Queue.h"
+#include "qpid/concurrent/MonitorImpl.h"
#include "unistd.h"
-#include "apr_time.h"
-#include "MonitorImpl.h"
-#include "QpidError.h"
-#include "Channel.h"
-#include "Connection.h"
-#include "Exchange.h"
-#include "MessageListener.h"
-#include "Queue.h"
+#include <apr-1/apr_time.h>
+#include <cstdlib>
+#include <iostream>
using namespace qpid::client;
using namespace qpid::concurrent;