[CalendarServer-changes] [9450] CalendarServer/branches/users/gaya/inviteclean/txdav/common/iinvite. py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 13 15:23:20 PDT 2012


Revision: 9450
          http://trac.macosforge.org/projects/calendarserver/changeset/9450
Author:   gaya at apple.com
Date:     2012-07-13 15:23:19 -0700 (Fri, 13 Jul 2012)
Log Message:
-----------
sharerAccess -> shareeAccess

Modified Paths:
--------------
    CalendarServer/branches/users/gaya/inviteclean/txdav/common/iinvite.py

Modified: CalendarServer/branches/users/gaya/inviteclean/txdav/common/iinvite.py
===================================================================
--- CalendarServer/branches/users/gaya/inviteclean/txdav/common/iinvite.py	2012-07-13 22:19:12 UTC (rev 9449)
+++ CalendarServer/branches/users/gaya/inviteclean/txdav/common/iinvite.py	2012-07-13 22:23:19 UTC (rev 9450)
@@ -39,27 +39,27 @@
     @rtype: C{str}
     """
 
-def shareeUID():
+def sharerUID():
     """
-    Sharee's unique identifier.
+    Sharer's unique identifier.
 
-    @return: the Sharee's unique identifier.
+    @return: the Sharer's unique identifier.
     @rtype: C{str}
     """
 
-def sharerUID():
+def shareeUID():
     """
-    Sharer's unique identifier.
+    Sharee's unique identifier.
 
-    @return: the Sharer's unique identifier.
+    @return: the Sharee's unique identifier.
     @rtype: C{str}
     """
 
-def sharerAccess():
+def shareeAccess():
     """
-    Sharer's access.  Currently, one of "own", "read-only", or "read-write".
+    Sharee's access.  Currently, one of "own", "read-only", or "read-write".
 
-    @return: the Sharer's access to the shared resource
+    @return: the Sharee's access to the shared resource
     @rtype: C{str}
     """
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120713/0d9191e0/attachment.html>


More information about the calendarserver-changes mailing list