diff options
| author | Alan Conway <aconway@apache.org> | 2007-11-09 23:30:59 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-11-09 23:30:59 +0000 |
| commit | 48c509cc0e1461fdfb175b3b0a7733a3f991faaf (patch) | |
| tree | 8aacc2ddfde1be654997cb1d3ce565cf6c285d48 /qpid/cpp/src/tests/TxPublishTest.cpp | |
| parent | 172426f44ac84e95052324f4f5ffe08a9665d552 (diff) | |
| download | qpid-python-48c509cc0e1461fdfb175b3b0a7733a3f991faaf.tar.gz | |
Get rid of BasicHeaderProperties, dead code from 0-8 protocol.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@593692 13f79535-47bb-0310-9956-ffa450edef68
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; |
