[Zodb-checkins] CVS: ZEO/ZEO - ClientStorage.py:1.41.4.1 StorageServer.py:1.39.2.1

Jeremy Hylton jeremy@zope.com
Mon, 29 Jul 2002 14:46:31 -0400


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

Modified Files:
      Tag: ZODB4-ZEO-branch
	ClientStorage.py StorageServer.py 
Log Message:
Track API changes for ZODB4.



=== ZEO/ZEO/ClientStorage.py 1.41 => 1.41.4.1 ===
             self._cache.close()
         self._rpc_mgr.close()
 
-    def registerDB(self, db, limit):
+    def registerDB(self, db):
         """Register that the storage is controlled by the given DB."""
-        log2(INFO, "registerDB(%s, %s)" % (repr(db), repr(limit)))
+        log2(INFO, "registerDB(%s)" % (repr(db)))
         self._db = db
 
     def is_connected(self):


=== ZEO/ZEO/StorageServer.py 1.39 => 1.39.2.1 ===
 from ZODB.POSException import StorageError, StorageTransactionError, \
      TransactionError, ReadOnlyError
 from ZODB.referencesf import referencesf
-from ZODB.Transaction import Transaction
+from ZODB.ZTransaction import Transaction
 from ZODB.TmpStore import TmpStore
 
 # We create a special fast pickler! This allows us