diff options
| author | Alan Conway <aconway@apache.org> | 2009-01-16 21:34:46 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-01-16 21:34:46 +0000 |
| commit | 5a0c2ddd943067fc38fde4b60632501fd793810b (patch) | |
| tree | b5d2bb1dbbb0083d35f6425a1447a61fdf8faf62 /cpp/src/qpid/cluster/Event.h | |
| parent | 53eabf3d2cd58938234017aac5901b327ad267c8 (diff) | |
| download | qpid-python-5a0c2ddd943067fc38fde4b60632501fd793810b.tar.gz | |
cluster refactor: separate out dispatch strategy, implement poller and thread dispatch.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@735151 13f79535-47bb-0310-9956-ffa450edef68
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 c63e09ca46..32e8f5e07b 100644 --- a/cpp/src/qpid/cluster/Event.h +++ b/cpp/src/qpid/cluster/Event.h @@ -91,7 +91,7 @@ class Event : public EventHeader { RefCountedBuffer::pointer store; }; -std::ostream& operator << (std::ostream&, const Event&); +std::ostream& operator << (std::ostream&, const EventHeader&); }} // namespace qpid::cluster #endif /*!QPID_CLUSTER_EVENT_H*/ |
