diff options
Diffstat (limited to 'cpp/src/tests/TxPublishTest.cpp')
-rw-r--r-- | cpp/src/tests/TxPublishTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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<string, PersistableMessage*> msg_queue_pair; |