summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/ChannelAdapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/framing/ChannelAdapter.h')
-rw-r--r--cpp/src/qpid/framing/ChannelAdapter.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/qpid/framing/ChannelAdapter.h b/cpp/src/qpid/framing/ChannelAdapter.h
index 82f7115001..55fd08da9d 100644
--- a/cpp/src/qpid/framing/ChannelAdapter.h
+++ b/cpp/src/qpid/framing/ChannelAdapter.h
@@ -29,13 +29,10 @@
#include "ProtocolVersion.h"
#include "amqp_types.h"
#include "FrameHandler.h"
-#include "OutputHandler.h"
namespace qpid {
namespace framing {
-class OutputHandler;
-
/**
* Base class for client and broker channels.
*
@@ -59,7 +56,7 @@ class ChannelAdapter : protected BodyHandler {
virtual ~ChannelAdapter() {}
/** Initialize the channel adapter. */
- void init(ChannelId, OutputHandler&, ProtocolVersion);
+ void init(ChannelId, FrameHandler&, ProtocolVersion);
FrameHandler::Chains& getHandlers() { return handlers; }