From e9aa3a26157cdbcd42fd78a539dbe2bc3c7e5752 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 1 Nov 2006 02:11:58 +0000 Subject: Misc. cleanup. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@469753 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/OutputHandler.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpp/src/qpid/framing/OutputHandler.h') diff --git a/cpp/src/qpid/framing/OutputHandler.h b/cpp/src/qpid/framing/OutputHandler.h index 16fb7e8afb..b5554bba78 100644 --- a/cpp/src/qpid/framing/OutputHandler.h +++ b/cpp/src/qpid/framing/OutputHandler.h @@ -18,14 +18,15 @@ * limitations under the License. * */ -#include +#include #include "qpid/framing/AMQFrame.h" namespace qpid { namespace framing { -class OutputHandler : public qpid::SharedObject { +class OutputHandler : private boost::noncopyable { public: + virtual ~OutputHandler() {} virtual void send(AMQFrame* frame) = 0; }; -- cgit v1.2.1