[Zope-CVS] CVS: Products/AdaptableStorage/zodb/interfaces - IOIDEncoder.py:1.2

Shane Hathaway shane@zope.com
Fri, 6 Dec 2002 17:06:52 -0500


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

Modified Files:
	IOIDEncoder.py 
Log Message:
Experiment: removed mapper_name from OIDs, with the intent of allowing
loading and storage by different mappers depending on what the classifier
specifies.  Not yet complete.  Involved changes to virtually every module. :-)

I may decide to revert this.  The shane-before-mapper-name-removal tag
was added just before this checkin.


=== Products/AdaptableStorage/zodb/interfaces/IOIDEncoder.py 1.1 => 1.2 ===
--- Products/AdaptableStorage/zodb/interfaces/IOIDEncoder.py:1.1	Wed Nov 27 13:37:08 2002
+++ Products/AdaptableStorage/zodb/interfaces/IOIDEncoder.py	Fri Dec  6 17:06:52 2002
@@ -23,6 +23,6 @@
     def decode(oid):
         ""
 
-    def encode(mapper_name, key):
+    def encode(keychain):
         ""