[Zope-CVS] CVS: Products/AdaptableStorage/gateway_fs/interfaces - IFSConnection.py:1.2.2.1

Christian Zagrodnick cz@gocept.com
Tue, 21 Jan 2003 03:11:49 -0500


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

Modified Files:
      Tag: zagy-patches
	IFSConnection.py 
Log Message:
merging HEAD into zagy-patches branch

=== Products/AdaptableStorage/gateway_fs/interfaces/IFSConnection.py 1.2 => 1.2.2.1 ===
--- Products/AdaptableStorage/gateway_fs/interfaces/IFSConnection.py:1.2	Tue Dec  3 18:10:52 2002
+++ Products/AdaptableStorage/gateway_fs/interfaces/IFSConnection.py	Tue Jan 21 03:11:16 2003
@@ -23,7 +23,7 @@
     """Simple filesystem connection (with textual annotations).
     """
 
-    def writeSection(subpath, section_name, data, conditional=0):
+    def writeSection(subpath, section_name, data):
         ""
 
     def writeNodeType(subpath, data):
@@ -38,6 +38,6 @@
     def readNodeType(subpath):
         ""
 
-    def readData(subpath):
+    def readData(subpath, allow_missing=0):
         ""