diff options
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: |