[CalendarServer-changes] [6443] CalendarServer/branches/users/glyph/more-deferreds-7/txdav/common/ inotifications.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 18 12:07:29 PDT 2010


Revision: 6443
          http://trac.macosforge.org/projects/calendarserver/changeset/6443
Author:   glyph at apple.com
Date:     2010-10-18 12:07:28 -0700 (Mon, 18 Oct 2010)
Log Message:
-----------
xxxSinceToken replaced with resourceNamesSinceToken

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/more-deferreds-7/txdav/common/inotifications.py

Modified: CalendarServer/branches/users/glyph/more-deferreds-7/txdav/common/inotifications.py
===================================================================
--- CalendarServer/branches/users/glyph/more-deferreds-7/txdav/common/inotifications.py	2010-10-18 19:06:55 UTC (rev 6442)
+++ CalendarServer/branches/users/glyph/more-deferreds-7/txdav/common/inotifications.py	2010-10-18 19:07:28 UTC (rev 6443)
@@ -105,8 +105,8 @@
         @param name: a string.
         @type name: C{str}
 
-        @raise NoSuchObjectResourceError: if no such NoSuchObjectResourceError object
-            exists.
+        @raise NoSuchObjectResourceError: if no such NoSuchObjectResourceError
+            object exists.
         """
 
     def removeNotificationObjectWithUID(uid):
@@ -126,17 +126,6 @@
         @return: a string containing a sync token.
         """
 
-    def notificationObjectsSinceToken(token):
-        """
-        Retrieve all notification objects in this notification collection that have
-        changed since the given C{token} was last valid.
-
-        @param token: a sync token.
-        @return: a 3-tuple containing an iterable of
-            L{INotificationObject}s that have changed, an iterable of uids
-            that have been removed, and the current sync token.
-        """
-
     def properties():
         """
         Retrieve the property store for this notification.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101018/57d339ef/attachment.html>


More information about the calendarserver-changes mailing list