diff options
Diffstat (limited to 'cpp/src/tests/storePerftools/asyncPerf/QueueAsyncContext.h')
-rw-r--r-- | cpp/src/tests/storePerftools/asyncPerf/QueueAsyncContext.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/tests/storePerftools/asyncPerf/QueueAsyncContext.h b/cpp/src/tests/storePerftools/asyncPerf/QueueAsyncContext.h index 112a5ab1dd..3a8850c699 100644 --- a/cpp/src/tests/storePerftools/asyncPerf/QueueAsyncContext.h +++ b/cpp/src/tests/storePerftools/asyncPerf/QueueAsyncContext.h @@ -31,6 +31,10 @@ #include <boost/intrusive_ptr.hpp> #include <boost/shared_ptr.hpp> +namespace qpid { +namespace broker { +typedef void (*AsyncResultCallback)(const AsyncResultHandle* const); +}} namespace tests { namespace storePerftools { |