[Zope-CVS] CVS: Products/AdaptableStorage/mapper/interfaces - IAspectSerializer.py:1.1.2.3 IClassifier.py:1.1.2.4 IConfigurableObjectMapper.py:1.1.2.3 IMapperEvent.py:1.1.2.3 IObjectSerializer.py:1.1.2.3 ISerializationEvent.py:1.1.2.1 public.py:1.1.2.3

Christian Zagrodnick cz@gocept.com
Tue, 4 Feb 2003 12:30:17 -0500


Update of /cvs-repository/Products/AdaptableStorage/mapper/interfaces
In directory cvs.zope.org:/tmp/cvs-serv26068/mapper/interfaces

Modified Files:
      Tag: zagy-patches
	IAspectSerializer.py IClassifier.py 
	IConfigurableObjectMapper.py IMapperEvent.py 
	IObjectSerializer.py ISerializationEvent.py public.py 
Log Message:
merging HEAD into zagy-patches branch

=== Products/AdaptableStorage/mapper/interfaces/IAspectSerializer.py 1.1.2.2 => 1.1.2.3 ===


=== Products/AdaptableStorage/mapper/interfaces/IClassifier.py 1.1.2.3 => 1.1.2.4 ===


=== Products/AdaptableStorage/mapper/interfaces/IConfigurableObjectMapper.py 1.1.2.2 => 1.1.2.3 ===


=== Products/AdaptableStorage/mapper/interfaces/IMapperEvent.py 1.1.2.2 => 1.1.2.3 ===


=== Products/AdaptableStorage/mapper/interfaces/IObjectSerializer.py 1.1.2.2 => 1.1.2.3 ===


=== Products/AdaptableStorage/mapper/interfaces/ISerializationEvent.py 1.1 => 1.1.2.1 ===
--- Products/AdaptableStorage/mapper/interfaces/ISerializationEvent.py:1.1	Tue Dec 31 16:47:46 2002
+++ Products/AdaptableStorage/mapper/interfaces/ISerializationEvent.py	Tue Feb  4 12:29:44 2003
@@ -49,6 +49,9 @@
     def ignoreAttribute(name):
         """Indicates that an attribute should be ignored when storing."""
 
+    def ignoreAttributes(names):
+        """Indicates that several attributes should be ignored."""
+
     def getExternalRefs():
         """Returns the list of external references.
 


=== Products/AdaptableStorage/mapper/interfaces/public.py 1.1.2.2 => 1.1.2.3 ===