diff options
| author | Alan Conway <aconway@apache.org> | 2007-11-10 02:52:57 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-11-10 02:52:57 +0000 |
| commit | e2c3c3831e8e980bd7b9b423ca4e23d007a04e19 (patch) | |
| tree | b4df2e1d808796e70f304bd861ce6583996ce0ed /qpid/cpp/src/tests/TxAckTest.cpp | |
| parent | ec7565e18bab897c361a66d46bfb2b1af3840e43 (diff) | |
| download | qpid-python-e2c3c3831e8e980bd7b9b423ca4e23d007a04e19.tar.gz | |
Add DeliveryMode enum to AMQHeaderBody.h, remove from tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@593726 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/TxAckTest.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/TxAckTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/TxAckTest.cpp b/qpid/cpp/src/tests/TxAckTest.cpp index de3355949d..dd57736a0c 100644 --- a/qpid/cpp/src/tests/TxAckTest.cpp +++ b/qpid/cpp/src/tests/TxAckTest.cpp @@ -32,8 +32,6 @@ using std::vector; using namespace qpid::broker; using namespace qpid::framing; -enum DeliveryMode { TRANSIENT = 1, PERSISTENT = 2}; - class TxAckTest : public CppUnit::TestCase { |
