diff options
Diffstat (limited to 'cpp/src/qpid/cluster/Event.h')
| -rw-r--r-- | cpp/src/qpid/cluster/Event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Event.h b/cpp/src/qpid/cluster/Event.h index 9a2b12bf05..b61ce0e60d 100644 --- a/cpp/src/qpid/cluster/Event.h +++ b/cpp/src/qpid/cluster/Event.h @@ -51,7 +51,7 @@ class Event { /** Create an event containing a control */ static Event control(const framing::AMQBody&, const ConnectionId&, uint32_t id=0); - void mcast(const Cpg::Name& name, Cpg& cpg) const; + bool mcast(Cpg& cpg) const; EventType getType() const { return type; } ConnectionId getConnectionId() const { return connectionId; } |
