Author: kpvdr
Date: Mon Oct 29 09:13:21 2007
New Revision: 589711
URL: http://svn.apache.org/viewvc?rev=589711&view=rev
Log:
Added empty stub in client.py for handling session acks
Modified:
incubator/qpid/trunk/qpid/python/qpid/client.py
Modified: incubator/qpid/trunk/qpid/python/qpid/client.py
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/qpid/client.py?rev=589711&r1=589710&r2=589711&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/python/qpid/client.py (original)
+++ incubator/qpid/trunk/qpid/python/qpid/client.py Mon Oct 29 09:13:21 2007
@@ -138,6 +138,9 @@
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)