[Zodb-checkins] CVS: ZEO/ZEO/zrpc - connection.py:1.1.2.6

Jeremy Hylton jeremy@zope.com
Tue, 5 Mar 2002 14:31:16 -0500


Update of /cvs-repository/ZEO/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv8202

Modified Files:
      Tag: Standby-branch
	connection.py 
Log Message:
Add stub set_async() methods in classes that should ignore async mode.


=== ZEO/ZEO/zrpc/connection.py 1.1.2.5 => 1.1.2.6 ===
         pass
 
+    def set_async(self, map):
+        pass
+
     # XXX _do_async_loop is never called.  Should it be defined as
     # above anyway?
 
@@ -323,6 +326,9 @@
     def close_trigger(self):
         # the manager should actually close the trigger
         del self.trigger
+
+    def set_async(self, map):
+        pass
 
     def _prepare_async(self):
         # Don't do the register_loop_callback that the superclass does