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/client/client_test.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/client/client_test.cpp')
| -rw-r--r-- | qpid/cpp/test/client/client_test.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/qpid/cpp/test/client/client_test.cpp b/qpid/cpp/test/client/client_test.cpp index 8e9c58179a..a872e5e772 100644 --- a/qpid/cpp/test/client/client_test.cpp +++ b/qpid/cpp/test/client/client_test.cpp @@ -17,13 +17,13 @@ */ #include <iostream> -#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/sys/Monitor.h" -#include "qpid/framing/FieldTable.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/sys/Monitor.h> +#include <qpid/framing/FieldTable.h> using namespace qpid::client; using namespace qpid::sys; |
