diff options
Diffstat (limited to 'cpp/src/qpid/cluster/Event.h')
-rw-r--r-- | cpp/src/qpid/cluster/Event.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/cpp/src/qpid/cluster/Event.h b/cpp/src/qpid/cluster/Event.h index 110ec524c7..a1d21f5e04 100644 --- a/cpp/src/qpid/cluster/Event.h +++ b/cpp/src/qpid/cluster/Event.h @@ -31,12 +31,15 @@ #include <sys/uio.h> // For iovec #include <iosfwd> +#include "types.h" + namespace qpid { -namespace cluster { -// TODO aconway 2008-09-03: more efficient solution for shared -// byte-stream data. -// +namespace framing { +class AMQBody; +} + +namespace cluster { /** Header data for a multicast event */ class EventHeader : public ::qpid::sys::LatencyMetricTimestamp { |