[Zope-CVS] CVS: Products/AdaptableStorage/mapper/interfaces - IClassifier.py:1.1.2.1
Christian Zagrodnick
cz@gocept.com
Tue, 21 Jan 2003 03:11:51 -0500
Update of /cvs-repository/Products/AdaptableStorage/mapper/interfaces
In directory cvs.zope.org:/tmp/cvs-serv25960/mapper/interfaces
Modified Files:
Tag: zagy-patches
IClassifier.py
Log Message:
merging HEAD into zagy-patches branch
=== Products/AdaptableStorage/mapper/interfaces/IClassifier.py 1.1 => 1.1.2.1 ===
--- Products/AdaptableStorage/mapper/interfaces/IClassifier.py:1.1 Tue Dec 31 16:47:46 2002
+++ Products/AdaptableStorage/mapper/interfaces/IClassifier.py Tue Jan 21 03:11:17 2003
@@ -39,7 +39,7 @@
def classifyState(event):
"""Returns a classification and mapper_name.
- event is an IMapperEvent.
+ event is an ILoadEvent.
May load the classification from storage.
"""
@@ -47,5 +47,5 @@
def store(event, classification):
"""Stores the classification of an object.
- event is an IMapperEvent.
+ event is an IStoreEvent.
"""