From e95499012b4663fdaa41a5b875be75492c1c8fb0 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 9 Nov 2007 23:30:59 +0000 Subject: Get rid of BasicHeaderProperties, dead code from 0-8 protocol. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@593692 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/TxPublishTest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/tests/TxPublishTest.cpp') diff --git a/cpp/src/tests/TxPublishTest.cpp b/cpp/src/tests/TxPublishTest.cpp index 4ec526f207..73030516d9 100644 --- a/cpp/src/tests/TxPublishTest.cpp +++ b/cpp/src/tests/TxPublishTest.cpp @@ -34,6 +34,8 @@ 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 msg_queue_pair; -- cgit v1.2.1