diff options
author | Kim van der Riet <kpvdr@apache.org> | 2012-07-31 13:35:53 +0000 |
---|---|---|
committer | Kim van der Riet <kpvdr@apache.org> | 2012-07-31 13:35:53 +0000 |
commit | 63c6598f401ac6406e5a31c602c7892b798536fc (patch) | |
tree | 73b3c1a519ada213c9e117244aab99d2e64d4f2a /cpp/src/tests/storePerftools/asyncPerf/MessageProducer.h | |
parent | b435b07eb8fa9db484f85b39daaf43642dd623ca (diff) | |
download | qpid-python-63c6598f401ac6406e5a31c602c7892b798536fc.tar.gz |
QPID-3858: WIP: Durable transactions fixed
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1367535 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/storePerftools/asyncPerf/MessageProducer.h')
-rw-r--r-- | cpp/src/tests/storePerftools/asyncPerf/MessageProducer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/storePerftools/asyncPerf/MessageProducer.h b/cpp/src/tests/storePerftools/asyncPerf/MessageProducer.h index 7fa74a2c51..127408e3db 100644 --- a/cpp/src/tests/storePerftools/asyncPerf/MessageProducer.h +++ b/cpp/src/tests/storePerftools/asyncPerf/MessageProducer.h @@ -32,6 +32,7 @@ class AsyncStoreImpl; } namespace broker { class AsyncResultQueue; +class TxnBuffer; }} namespace tests { @@ -40,7 +41,6 @@ namespace asyncPerf { class SimpleQueue; class TestOptions; -class TxnBuffer; class MessageProducer { |