diff options
author | Kim van der Riet <kpvdr@apache.org> | 2012-07-16 17:30:00 +0000 |
---|---|---|
committer | Kim van der Riet <kpvdr@apache.org> | 2012-07-16 17:30:00 +0000 |
commit | c94c9b5333c06c03deb6a6dcb1a91ecdf111b481 (patch) | |
tree | fd78b0ae0cb8edb6efa3759f60a93c639eff72a0 /cpp/src/tests/storePerftools/asyncPerf/PerfTest.h | |
parent | a804510d81ade0594a75b5c9b8765cafcc233245 (diff) | |
download | qpid-python-c94c9b5333c06c03deb6a6dcb1a91ecdf111b481.tar.gz |
QPID-3858: WIP - More tidy-up
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1362153 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/storePerftools/asyncPerf/PerfTest.h')
-rw-r--r-- | cpp/src/tests/storePerftools/asyncPerf/PerfTest.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/src/tests/storePerftools/asyncPerf/PerfTest.h b/cpp/src/tests/storePerftools/asyncPerf/PerfTest.h index 7cbb71322f..e4d99021b5 100644 --- a/cpp/src/tests/storePerftools/asyncPerf/PerfTest.h +++ b/cpp/src/tests/storePerftools/asyncPerf/PerfTest.h @@ -36,9 +36,6 @@ #include <deque> namespace qpid { -namespace broker { -class AsyncStore; -} namespace asyncStore { class AsyncStoreImpl; class AsyncStoreOptions; @@ -63,6 +60,8 @@ public: const qpid::asyncStore::AsyncStoreOptions& aso); virtual ~PerfTest(); void run(); + + // --- Interface tests::storePerftools::common::Streamable --- void toStream(std::ostream& os = std::cout) const; private: |