diff options
| author | Alan Conway <aconway@apache.org> | 2007-04-13 20:58:27 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-04-13 20:58:27 +0000 |
| commit | 26a723475dc6926bde883c8c7f983ee44d8deb01 (patch) | |
| tree | d3be63007fb9799549310ee31cfd1aae589bfd96 /qpid/cpp/src/tests/ExchangeTest.cpp | |
| parent | 52a1b1fbcaf2935874f8ab7b85a06d09eed4a94c (diff) | |
| download | qpid-python-26a723475dc6926bde883c8c7f983ee44d8deb01.tar.gz | |
Moved src/ source code to src/qpid directory:
- allows rhm package to build consistently against checked-out or installed qpid.
- consistent correspondence between source paths and C++ namespaces.
- consistent use of #include <qpid/foo> in source and by users.
- allows header files to split over multiple directories,
e.g. separating generated code, separating public API from private files.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@528668 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/ExchangeTest.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/ExchangeTest.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/qpid/cpp/src/tests/ExchangeTest.cpp b/qpid/cpp/src/tests/ExchangeTest.cpp index ff0e6b4ae2..16a0da0746 100644 --- a/qpid/cpp/src/tests/ExchangeTest.cpp +++ b/qpid/cpp/src/tests/ExchangeTest.cpp @@ -19,14 +19,14 @@ * */ -#include "../broker/DeliverableMessage.h" -#include "../broker/DirectExchange.h" -#include "../broker/BrokerExchange.h" -#include "../broker/BrokerQueue.h" -#include "../broker/TopicExchange.h" +#include "qpid/broker/DeliverableMessage.h" +#include "qpid/broker/DirectExchange.h" +#include "qpid/broker/BrokerExchange.h" +#include "qpid/broker/BrokerQueue.h" +#include "qpid/broker/TopicExchange.h" #include "qpid_test_plugin.h" #include <iostream> -#include "../gen/BasicGetBody.h" +#include "qpid/framing/BasicGetBody.h" using namespace qpid::broker; using namespace qpid::framing; |
