diff options
author | Gordon Sim <gsim@apache.org> | 2008-10-21 23:30:32 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-10-21 23:30:32 +0000 |
commit | d2925719fe1db290ff33621d448e5e3a2c2c26eb (patch) | |
tree | 859a01045df935c68821c1d7fb95c0c30d15e7ee /qpid/cpp/src/tests/QueuePolicyTest.cpp | |
parent | 573739f14409d3e2f3c42a3452712dbf30c70472 (diff) | |
download | qpid-python-d2925719fe1db290ff33621d448e5e3a2c2c26eb.tar.gz |
Refactored DeliveryRecord and delivery path to remove some redundant code.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/QueuePolicyTest.cpp')
-rw-r--r-- | qpid/cpp/src/tests/QueuePolicyTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/QueuePolicyTest.cpp b/qpid/cpp/src/tests/QueuePolicyTest.cpp index cf45f554df..f7fe81a709 100644 --- a/qpid/cpp/src/tests/QueuePolicyTest.cpp +++ b/qpid/cpp/src/tests/QueuePolicyTest.cpp @@ -23,6 +23,7 @@ #include "qpid/broker/QueuePolicy.h" #include "qpid/sys/Time.h" +#include "qpid/framing/reply_exceptions.h" #include "MessageUtils.h" #include "BrokerFixture.h" |