summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/amqp/Session.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2015-06-10 14:21:53 +0000
committerGordon Sim <gsim@apache.org>2015-06-10 14:21:53 +0000
commit5f09dfc1ddb8c9b1f5943f62afec25f13c32815a (patch)
tree6eb9f6e80b22427dc0c431bbff9e54cf97f911c8 /qpid/cpp/src/qpid/broker/amqp/Session.h
parentcbe3aeacc616bb8e3140bfa504eea3933525af63 (diff)
downloadqpid-python-5f09dfc1ddb8c9b1f5943f62afec25f13c32815a.tar.gz
QPID-6392: handle detach event
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1684680 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpid/broker/amqp/Session.h')
-rw-r--r--qpid/cpp/src/qpid/broker/amqp/Session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/amqp/Session.h b/qpid/cpp/src/qpid/broker/amqp/Session.h
index ea3fb82beb..2537d6ca27 100644
--- a/qpid/cpp/src/qpid/broker/amqp/Session.h
+++ b/qpid/cpp/src/qpid/broker/amqp/Session.h
@@ -65,7 +65,7 @@ class Session : public ManagedSession, public boost::enable_shared_from_this<Ses
* called for links initiated by the peer
*/
void attach(pn_link_t*);
- void detach(pn_link_t*);
+ void detach(pn_link_t*, bool closed);
void readable(pn_link_t*, pn_delivery_t*);
void writable(pn_link_t*, pn_delivery_t*);
bool dispatch();