[CalendarServer-changes] [9063] CalendarServer/branches/users/glyph/ipv6-client/twext/internet/ adaptendpoint.py
source_changes at macosforge.org
source_changes at macosforge.org
Fri Apr 13 11:44:29 PDT 2012
Revision: 9063
http://trac.macosforge.org/projects/calendarserver/changeset/9063
Author: glyph at apple.com
Date: 2012-04-13 11:44:29 -0700 (Fri, 13 Apr 2012)
Log Message:
-----------
make these methods no-ops
Modified Paths:
--------------
CalendarServer/branches/users/glyph/ipv6-client/twext/internet/adaptendpoint.py
Modified: CalendarServer/branches/users/glyph/ipv6-client/twext/internet/adaptendpoint.py
===================================================================
--- CalendarServer/branches/users/glyph/ipv6-client/twext/internet/adaptendpoint.py 2012-04-13 18:44:24 UTC (rev 9062)
+++ CalendarServer/branches/users/glyph/ipv6-client/twext/internet/adaptendpoint.py 2012-04-13 18:44:29 UTC (rev 9063)
@@ -77,11 +77,11 @@
def connect(self):
- self.wrapper.beginConnectionAttempt()
+ pass
def stopConnecting(self):
- self.wrapper.stopConnectionAttempt()
+ pass
def disconnect(self):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120413/2c60af47/attachment.html>
More information about the calendarserver-changes
mailing list