[CalendarServer-changes] [10223] CalendarServer/branches/users/glyph/queue-locking-and-timing

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 4 16:38:34 PST 2013


Revision: 10223
          http://trac.calendarserver.org//changeset/10223
Author:   glyph at apple.com
Date:     2013-01-04 16:38:34 -0800 (Fri, 04 Jan 2013)
Log Message:
-----------
Implements declaration.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/queue.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/queue-locking-and-timing/

Modified: CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/queue.py
===================================================================
--- CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/queue.py	2013-01-05 00:38:33 UTC (rev 10222)
+++ CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/queue.py	2013-01-05 00:38:34 UTC (rev 10223)
@@ -800,6 +800,7 @@
     """
     Implementor of C{performWork} that does its work immediately, regardless.
     """
+    implements(_IWorkPerformer)
 
     def __init__(self, txnFactory):
         """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130104/d90d68e0/attachment.html>


More information about the calendarserver-changes mailing list