diff options
author | Alan Conway <aconway@apache.org> | 2006-11-09 21:55:34 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2006-11-09 21:55:34 +0000 |
commit | 402ac40145f2d35f9f9bfd34d499336faeb65c2e (patch) | |
tree | 49084b4dcb4ba2a1b7c846dc90e997ac6582656f /qpid/cpp/test/unit/qpid/broker/ExchangeTest.cpp | |
parent | 75e9bad6c3eb3a7bb207a10ec6719e859170396b (diff) | |
download | qpid-python-402ac40145f2d35f9f9bfd34d499336faeb65c2e.tar.gz |
Added POSIX equivalents to APR classes used by clients, inlined trivial calls.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@473087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/test/unit/qpid/broker/ExchangeTest.cpp')
-rw-r--r-- | qpid/cpp/test/unit/qpid/broker/ExchangeTest.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/qpid/cpp/test/unit/qpid/broker/ExchangeTest.cpp b/qpid/cpp/test/unit/qpid/broker/ExchangeTest.cpp index d20b7c171a..babceeace8 100644 --- a/qpid/cpp/test/unit/qpid/broker/ExchangeTest.cpp +++ b/qpid/cpp/test/unit/qpid/broker/ExchangeTest.cpp @@ -16,11 +16,11 @@ * */ -#include "qpid/broker/DeliverableMessage.h" -#include "qpid/broker/DirectExchange.h" -#include "qpid/broker/Exchange.h" -#include "qpid/broker/Queue.h" -#include "qpid/broker/TopicExchange.h" +#include <qpid/broker/DeliverableMessage.h> +#include <qpid/broker/DirectExchange.h> +#include <qpid/broker/Exchange.h> +#include <qpid/broker/Queue.h> +#include <qpid/broker/TopicExchange.h> #include <qpid_test_plugin.h> #include <iostream> |