[CalendarServer-changes] [5916] CalendarServer/branches/new-store/twistedcaldav/storebridge.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 19 15:46:07 PDT 2010


Revision: 5916
          http://trac.macosforge.org/projects/calendarserver/changeset/5916
Author:   glyph at apple.com
Date:     2010-07-19 15:46:06 -0700 (Mon, 19 Jul 2010)
Log Message:
-----------
Cut off resource hierarchy below non-existent object resources.

Modified Paths:
--------------
    CalendarServer/branches/new-store/twistedcaldav/storebridge.py

Modified: CalendarServer/branches/new-store/twistedcaldav/storebridge.py
===================================================================
--- CalendarServer/branches/new-store/twistedcaldav/storebridge.py	2010-07-19 22:42:41 UTC (rev 5915)
+++ CalendarServer/branches/new-store/twistedcaldav/storebridge.py	2010-07-19 22:46:06 UTC (rev 5916)
@@ -1131,6 +1131,10 @@
         returnValue(CREATED)
 
 
+    def createSimilarFile(self, name):
+        return None
+
+
     def isCollection(self):
         return False
 
@@ -1146,6 +1150,8 @@
         # FIXME: tests, workingness
         return succeed(0)
 
+
+
 class _AddressBookChildHelper(object):
     """
     Methods for things which are like addressbooks.
@@ -1735,9 +1741,14 @@
         returnValue(CREATED)
 
 
+    def createSimilarFile(self, name):
+        return None
+
+
     def isCollection(self):
         return False
 
+
     def exists(self):
         # FIXME: tests
         return False
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100719/e52781e5/attachment-0001.html>


More information about the calendarserver-changes mailing list