From 0276d542a50b079a94132b2532b5cd016853006b 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/qpid@589711 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/client.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python') diff --git a/python/qpid/client.py b/python/qpid/client.py index f0d7935283..37df8f272a 100644 --- a/python/qpid/client.py +++ b/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