diff options
Diffstat (limited to 'qpid/cpp/src/tests/TxPublishTest.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/TxPublishTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/TxPublishTest.cpp b/qpid/cpp/src/tests/TxPublishTest.cpp index 4ec526f207..73030516d9 100644 --- a/qpid/cpp/src/tests/TxPublishTest.cpp +++ b/qpid/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; |
