summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Connection.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-10-31 16:56:04 +0000
committerAlan Conway <aconway@apache.org>2008-10-31 16:56:04 +0000
commit4cbbb2a935e2eda7aa8d79fd6d5764cbbfb2010a (patch)
tree0033cd459d4418c44f28953bb211b58135c88eae /cpp/src/qpid/cluster/Connection.h
parent79323867dae1ad7b0d00e4055e506749236d9bf1 (diff)
downloadqpid-python-4cbbb2a935e2eda7aa8d79fd6d5764cbbfb2010a.tar.gz
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
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.h')
-rw-r--r--cpp/src/qpid/cluster/Connection.h1
1 files changed, 1 insertions, 0 deletions
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();