[CalendarServer-changes] [10577] CalendarServer/branches/users/glyph/unshare-when-access-revoked

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 28 19:28:59 PST 2013


Revision: 10577
          http://trac.calendarserver.org//changeset/10577
Author:   glyph at apple.com
Date:     2013-01-28 19:28:59 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
Maintenance documentation for _recordTypes

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/directory/aggregate.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/unshare-when-access-revoked/

Modified: CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/directory/aggregate.py
===================================================================
--- CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/directory/aggregate.py	2013-01-29 03:28:58 UTC (rev 10576)
+++ CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/directory/aggregate.py	2013-01-29 03:28:59 UTC (rev 10577)
@@ -34,7 +34,12 @@
 
 class AggregateDirectoryService(DirectoryService):
     """
-    L{IDirectoryService} implementation which aggregates multiple directory services.
+    L{IDirectoryService} implementation which aggregates multiple directory
+    services.
+
+    @ivar _recordTypes: A map of record types to L{IDirectoryService}s.
+    @type _recordTypes: L{dict} mapping L{bytes} to L{IDirectoryService}
+        provider.
     """
     baseGUID = "06FB225F-39E7-4D34-B1D1-29925F5E619B"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130128/15347228/attachment.html>


More information about the calendarserver-changes mailing list