[CalendarServer-changes] [8188] CalendarServer/trunk/contrib/performance/httpclient.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 12 10:39:03 PDT 2011


Revision: 8188
          http://trac.macosforge.org/projects/calendarserver/changeset/8188
Author:   glyph at apple.com
Date:     2011-10-12 10:39:02 -0700 (Wed, 12 Oct 2011)
Log Message:
-----------
These methods are required by the declared interface.

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/httpclient.py

Modified: CalendarServer/trunk/contrib/performance/httpclient.py
===================================================================
--- CalendarServer/trunk/contrib/performance/httpclient.py	2011-10-12 00:20:01 UTC (rev 8187)
+++ CalendarServer/trunk/contrib/performance/httpclient.py	2011-10-12 17:39:02 UTC (rev 8188)
@@ -64,7 +64,19 @@
         return succeed(None)
 
 
+    def stopProducing(self):
+        pass
 
+
+    def resumeProducing(self):
+        pass
+
+
+    def pauseProducing(self):
+        pass
+
+
+
 class MemoryConsumer(object):
     implements(IConsumer)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111012/e47c83a4/attachment.html>


More information about the calendarserver-changes mailing list