[CalendarServer-changes] [5618] CalendarServer/branches/new-store/txcaldav/icalendarstore.py

source_changes at macosforge.org source_changes at macosforge.org
Tue May 18 17:33:28 PDT 2010


Revision: 5618
          http://trac.macosforge.org/projects/calendarserver/changeset/5618
Author:   glyph at apple.com
Date:     2010-05-18 17:33:26 -0700 (Tue, 18 May 2010)
Log Message:
-----------
Interface methods are automatically inherited, remove duplicate declaration.

Modified Paths:
--------------
    CalendarServer/branches/new-store/txcaldav/icalendarstore.py

Modified: CalendarServer/branches/new-store/txcaldav/icalendarstore.py
===================================================================
--- CalendarServer/branches/new-store/txcaldav/icalendarstore.py	2010-05-18 22:58:23 UTC (rev 5617)
+++ CalendarServer/branches/new-store/txcaldav/icalendarstore.py	2010-05-19 00:33:26 UTC (rev 5618)
@@ -144,34 +144,20 @@
     """
     Calendar store transaction
     """
+
     def calendarHomeWithUID(uid, create=False):
         """
-        Retrieve the calendar home for the principal with the given
-        C{uid}.
+        Retrieve the calendar home for the principal with the given C{uid}.
 
-        If C{create} is true, create the calendar home if it doesn't
-        already exist.
+        If C{create} is C{True}, create the calendar home if it doesn't already
+        exist.
 
         @return: an L{ICalendarHome} or C{None} if no such calendar
-        home exists.
+            home exists.
         """
 
 
-    def abort():
-        """
-        Mark this transaction as invalid, reversing all of its effects.
-        """
-        # FIXME: probably needs to be deferred.
 
-
-    def commit():
-        """
-        Persist the effects of this transaction.
-        """
-        # FIXME: probably needs to be deferred.
-
-
-
 class ICalendarHome(Interface):
     """
     Calendar home
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100518/c62a07ba/attachment.html>


More information about the calendarserver-changes mailing list