summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Multicaster.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/cluster/Multicaster.h')
-rw-r--r--cpp/src/qpid/cluster/Multicaster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Multicaster.h b/cpp/src/qpid/cluster/Multicaster.h
index ef8be8c229..8014cd8492 100644
--- a/cpp/src/qpid/cluster/Multicaster.h
+++ b/cpp/src/qpid/cluster/Multicaster.h
@@ -57,7 +57,7 @@ class Multicaster
/** End holding mode, held events are mcast */
void release();
/** Call when events are self-delivered to manage flow control. */
- void delivered(const Event& e);
+ void selfDeliver(const Event&);
private:
typedef sys::PollableQueue<Event> PollableEventQueue;