From ddee33a795a6a1aa01650666303a02bfead04c26 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Mon, 29 Oct 2007 16:13:21 +0000 Subject: 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 --- qpid/python/qpid/client.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/python') 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) -- cgit v1.2.1