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 | 9dcdabfb693f77c801f5f183f662858d26c1ffc6 (patch) | |
tree | 5d1af817a6e4b712871071ce234203c75ad2e0b9 /cpp/src/tests/QueuePolicyTest.cpp | |
parent | e128333aaf32ee56df6a5ccadb2b20c6c78fcf82 (diff) | |
download | qpid-python-9dcdabfb693f77c801f5f183f662858d26c1ffc6.tar.gz |
Refactored DeliveryRecord and delivery path to remove some redundant code.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@706811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/QueuePolicyTest.cpp')
-rw-r--r-- | cpp/src/tests/QueuePolicyTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/QueuePolicyTest.cpp b/cpp/src/tests/QueuePolicyTest.cpp index cf45f554df..f7fe81a709 100644 --- a/cpp/src/tests/QueuePolicyTest.cpp +++ b/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" |