diff options
Diffstat (limited to 'cpp/src/qpid/broker/AsyncResultQueueImpl.h')
-rw-r--r-- | cpp/src/qpid/broker/AsyncResultQueueImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/AsyncResultQueueImpl.h b/cpp/src/qpid/broker/AsyncResultQueueImpl.h index 01fff6a53a..805057400f 100644 --- a/cpp/src/qpid/broker/AsyncResultQueueImpl.h +++ b/cpp/src/qpid/broker/AsyncResultQueueImpl.h @@ -44,6 +44,7 @@ private: typedef qpid::sys::PollableQueue<boost::shared_ptr<const AsyncResultHandle> > ResultQueue; ResultQueue m_resQueue; + // Callback function for pollable queue, defined in qpid::sys::PollableQueue ResultQueue::Batch::const_iterator handle(const ResultQueue::Batch& e); }; |