[Zodb-checkins] CVS: Zope3/lib/python/ZODB - IConnection.py:1.1.2.4
Jeremy Hylton
jeremy@zope.com
Wed, 20 Mar 2002 15:25:57 -0500
Update of /cvs-repository/Zope3/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv3486
Modified Files:
Tag: Zope-3x-branch
IConnection.py
Log Message:
Update interface to match recent change.
Remove registerDB().
Add reset().
=== Zope3/lib/python/ZODB/IConnection.py 1.1.2.3 => 1.1.2.4 ===
"""
- def registerDB(db):
- """Register Connection with DB.
-
- XXX Perhaps the db should just be passed to the constructor?
- """
+ def reset():
+ """Reset the Connection."""
def getVersion():
"""Return the version that connection is using."""