diff options
Diffstat (limited to 'cpp/src/qpid/broker/QueueEvents.h')
-rw-r--r-- | cpp/src/qpid/broker/QueueEvents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/QueueEvents.h b/cpp/src/qpid/broker/QueueEvents.h index 82abd3d20a..a3d4ea42f9 100644 --- a/cpp/src/qpid/broker/QueueEvents.h +++ b/cpp/src/qpid/broker/QueueEvents.h @@ -74,7 +74,7 @@ class QueueEvents volatile bool enabled; qpid::sys::Mutex lock;//protect listeners from concurrent access - void handle(EventQueue::Queue& e); + EventQueue::Batch::const_iterator handle(const EventQueue::Batch& e); }; }} // namespace qpid::broker |