[CalendarServer-changes] [6844] CalendarServer/trunk/txdav/idav.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 1 17:08:27 PST 2011


Revision: 6844
          http://trac.macosforge.org/projects/calendarserver/changeset/6844
Author:   wsanchez at apple.com
Date:     2011-02-01 17:08:27 -0800 (Tue, 01 Feb 2011)
Log Message:
-----------
Add flush() and abort() to IPropertyStore

Modified Paths:
--------------
    CalendarServer/trunk/txdav/idav.py

Modified: CalendarServer/trunk/txdav/idav.py
===================================================================
--- CalendarServer/trunk/txdav/idav.py	2011-02-02 00:08:55 UTC (rev 6843)
+++ CalendarServer/trunk/txdav/idav.py	2011-02-02 01:08:27 UTC (rev 6844)
@@ -85,8 +85,19 @@
     # FIXME: the type for values isn't quite right, there should be some more
     # specific interface for that.
 
+    def flush():
+        """
+        Flush the property store.
+        @return: C{None}
+        """
 
+    def abort():
+        """
+        Abort changes to the property store.
+        @return: C{None}
+        """
 
+
 class IDataStore(Interface):
     """
     An L{IDataStore} is a storage of some objects.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110201/aa6634d3/attachment.html>


More information about the calendarserver-changes mailing list