From 4cbbb2a935e2eda7aa8d79fd6d5764cbbfb2010a Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 31 Oct 2008 16:56:04 +0000 Subject: Cluster returns connection exception for un-supported AMQP features. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@709474 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Connection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/cluster/Connection.h') diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h index b4f8128632..9f75d3dae3 100644 --- a/cpp/src/qpid/cluster/Connection.h +++ b/cpp/src/qpid/cluster/Connection.h @@ -121,6 +121,7 @@ class Connection : private: bool catcUp; + bool checkUnsupported(const framing::AMQBody& body); void deliverClose(); void deliverDoOutput(uint32_t requested); void sendDoOutput(); -- cgit v1.2.1