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/InputHandler.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpp/src/qpid/framing/InputHandler.h') diff --git a/cpp/src/qpid/framing/InputHandler.h b/cpp/src/qpid/framing/InputHandler.h index 8f56d176b8..ef9827283c 100644 --- a/cpp/src/qpid/framing/InputHandler.h +++ b/cpp/src/qpid/framing/InputHandler.h @@ -18,14 +18,15 @@ * */ -#include #include "qpid/framing/AMQFrame.h" +#include namespace qpid { namespace framing { -class InputHandler : public qpid::SharedObject { +class InputHandler : private boost::noncopyable { public: + virtual ~InputHandler() {} virtual void received(AMQFrame* frame) = 0; }; -- cgit v1.2.1