[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ClientStorage.py Updated to
implement IServeable so a ClientStorage can be used in a
Jim Fulton
jim at zope.com
Fri May 11 16:03:58 EDT 2007
Log message for revision 75685:
Updated to implement IServeable so a ClientStorage can be used in a
storage server.
Changed:
U ZODB/trunk/src/ZEO/ClientStorage.py
-=-
Modified: ZODB/trunk/src/ZEO/ClientStorage.py
===================================================================
--- ZODB/trunk/src/ZEO/ClientStorage.py 2007-05-11 19:10:39 UTC (rev 75684)
+++ ZODB/trunk/src/ZEO/ClientStorage.py 2007-05-11 20:03:58 UTC (rev 75685)
@@ -1028,6 +1028,9 @@
self._server.vote(id(txn))
return self._check_serials()
+ def tpc_transaction(self):
+ return self._transaction
+
def tpc_begin(self, txn, tid=None, status=' '):
"""Storage API: begin a transaction."""
if self._is_read_only:
More information about the Zodb-checkins
mailing list