From 9749e6774159c43750f04907574d371235e36c0a Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 29 Aug 2008 18:18:45 +0000 Subject: Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rather than boost functions. Use framing::Operations and Invoker to dispatch cluster methods. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@690358 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/ConnectionCodec.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/qpid/sys/ConnectionCodec.h') diff --git a/cpp/src/qpid/sys/ConnectionCodec.h b/cpp/src/qpid/sys/ConnectionCodec.h index efc6839b60..b1b047d2cc 100644 --- a/cpp/src/qpid/sys/ConnectionCodec.h +++ b/cpp/src/qpid/sys/ConnectionCodec.h @@ -22,14 +22,14 @@ * */ #include "qpid/framing/ProtocolVersion.h" -#include "OutputControl.h" -#include -#include namespace qpid { namespace sys { +class InputHandlerFactory; +class OutputControl; + /** * Interface of coder/decoder for a connection of a specific protocol * version. -- cgit v1.2.1