From c08a847c9c4e5cd5b85e112ae7ad0b5e3f7ddd4c Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Sat, 10 Nov 2007 02:52:57 +0000 Subject: 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 --- cpp/src/tests/TxAckTest.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/src/tests/TxAckTest.cpp') diff --git a/cpp/src/tests/TxAckTest.cpp b/cpp/src/tests/TxAckTest.cpp index de3355949d..dd57736a0c 100644 --- a/cpp/src/tests/TxAckTest.cpp +++ b/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 { -- cgit v1.2.1