From 07c8c499649c725a226eeda3e0bfe58fa8ba984c Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 5 Jul 2007 09:47:07 +0000 Subject: Fix for QPID-534. Get now detects closure correctly. Also fixed broker to allow channel.close-ok (and fixed client to send it). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@553441 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/ChannelAdapter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/framing/ChannelAdapter.h') diff --git a/cpp/src/qpid/framing/ChannelAdapter.h b/cpp/src/qpid/framing/ChannelAdapter.h index 0597e5e372..5f92383ee3 100644 --- a/cpp/src/qpid/framing/ChannelAdapter.h +++ b/cpp/src/qpid/framing/ChannelAdapter.h @@ -58,6 +58,7 @@ class ChannelAdapter : private BodyHandler { *@param output Processed frames are forwarded to this handler. */ ChannelAdapter() : id(0) {} + virtual ~ChannelAdapter() {} /** Initialize the channel adapter. */ void init(ChannelId, OutputHandler&, ProtocolVersion); -- cgit v1.2.1