summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2007-10-29 16:13:21 +0000
committerKim van der Riet <kpvdr@apache.org>2007-10-29 16:13:21 +0000
commitddee33a795a6a1aa01650666303a02bfead04c26 (patch)
tree90b306c2db559774c7e562d8687c9a0b6a884bef
parent0a45328fc13a926f62911d8cea4a9936e754293d (diff)
downloadqpid-python-ddee33a795a6a1aa01650666303a02bfead04c26.tar.gz
Added empty stub in client.py for handling session acks
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@589711 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/python/qpid/client.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/python/qpid/client.py b/qpid/python/qpid/client.py
index f0d7935283..37df8f272a 100644
--- a/qpid/python/qpid/client.py
+++ b/qpid/python/qpid/client.py
@@ -138,6 +138,9 @@ class ClientDelegate(Delegate):
def channel_close(self, ch, msg):
ch.close(msg)
+ def session_ack(self, ch, msg):
+ pass
+
def session_closed(self, ch, msg):
ch.close(msg)