[CalendarServer-changes] [9196] CalendarServer/branches/users/glyph/sharing-api

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 26 17:08:51 PDT 2012


Revision: 9196
          http://trac.macosforge.org/projects/calendarserver/changeset/9196
Author:   glyph at apple.com
Date:     2012-04-26 17:08:51 -0700 (Thu, 26 Apr 2012)
Log Message:
-----------
Stub implementation.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/sharing-api/txdav/common/datastore/sql.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/sharing-api/

Modified: CalendarServer/branches/users/glyph/sharing-api/txdav/common/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/glyph/sharing-api/txdav/common/datastore/sql.py	2012-04-27 00:08:47 UTC (rev 9195)
+++ CalendarServer/branches/users/glyph/sharing-api/txdav/common/datastore/sql.py	2012-04-27 00:08:51 UTC (rev 9196)
@@ -1943,6 +1943,12 @@
         return cls._allHomeChildrenQuery(False)
 
 
+    def shareWithUID(self, homeUID, mode):
+        """
+        Share this (owned) L{CommonHomeChild} with another home UID.
+        """
+
+
     @classmethod
     @inlineCallbacks
     def loadAllObjects(cls, home, owned):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120426/c7c6dbbc/attachment-0001.html>


More information about the calendarserver-changes mailing list