summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/TxPublishTest.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-11-10 02:52:57 +0000
committerAlan Conway <aconway@apache.org>2007-11-10 02:52:57 +0000
commite2c3c3831e8e980bd7b9b423ca4e23d007a04e19 (patch)
treeb4df2e1d808796e70f304bd861ce6583996ce0ed /qpid/cpp/src/tests/TxPublishTest.cpp
parentec7565e18bab897c361a66d46bfb2b1af3840e43 (diff)
downloadqpid-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/TxPublishTest.cpp')
-rw-r--r--qpid/cpp/src/tests/TxPublishTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/TxPublishTest.cpp b/qpid/cpp/src/tests/TxPublishTest.cpp
index 73030516d9..4ec526f207 100644
--- a/qpid/cpp/src/tests/TxPublishTest.cpp
+++ b/qpid/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;