diff options
author | Alan Conway <aconway@apache.org> | 2009-04-20 22:33:27 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-04-20 22:33:27 +0000 |
commit | c11a151092de0f2c0f5cc83462637628a45cd9f6 (patch) | |
tree | 0fa7988f1d140ca0671d1f9de787dcc20df7cff3 /qpid/cpp/src/tests/cluster_test.cpp | |
parent | 01e220c596176c22cdec67797925952175f5f79e (diff) | |
download | qpid-python-c11a151092de0f2c0f5cc83462637628a45cd9f6.tar.gz |
Apply PIMPL pattern to qpid::client::Message.
Hide implementation of Message, move framing::MethodContent and framing::TransferContent out of public API.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@766899 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster_test.cpp')
-rw-r--r-- | qpid/cpp/src/tests/cluster_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/cluster_test.cpp b/qpid/cpp/src/tests/cluster_test.cpp index 98b399c187..d38d84025b 100644 --- a/qpid/cpp/src/tests/cluster_test.cpp +++ b/qpid/cpp/src/tests/cluster_test.cpp @@ -35,6 +35,7 @@ #include "qpid/framing/Uuid.h" #include "qpid/framing/reply_exceptions.h" #include "qpid/framing/enum.h" +#include "qpid/framing/MessageTransferBody.h" #include "qpid/log/Logger.h" #include "qpid/sys/Monitor.h" #include "qpid/sys/Thread.h" |