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 | c08a847c9c4e5cd5b85e112ae7ad0b5e3f7ddd4c (patch) | |
tree | 3e8d8d722f43512e224f39b133cf599e117b55e8 /cpp/src/tests/TxPublishTest.cpp | |
parent | 6b46a46a2207ca6091334c1237e9d27de1cd5393 (diff) | |
download | qpid-python-c08a847c9c4e5cd5b85e112ae7ad0b5e3f7ddd4c.tar.gz |
Add DeliveryMode enum to AMQHeaderBody.h, remove from tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@593726 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/TxPublishTest.cpp')
-rw-r--r-- | cpp/src/tests/TxPublishTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/tests/TxPublishTest.cpp b/cpp/src/tests/TxPublishTest.cpp index 73030516d9..4ec526f207 100644 --- a/cpp/src/tests/TxPublishTest.cpp +++ b/cpp/src/tests/TxPublishTest.cpp @@ -34,8 +34,6 @@ using std::vector; using namespace qpid::broker; using namespace qpid::framing; -enum DeliveryMode { TRANSIENT = 1, PERSISTENT = 2}; - class TxPublishTest : public CppUnit::TestCase { typedef std::pair<string, PersistableMessage*> msg_queue_pair; |