SF.net SVN: fclient: [74] trunk/fclient/fclient_ui/fcp_client_manager.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2007-11-13 20:57:36
|
Revision: 74
http://fclient.svn.sourceforge.net/fclient/?rev=74&view=rev
Author: jUrner
Date: 2007-11-13 12:57:40 -0800 (Tue, 13 Nov 2007)
Log Message:
-----------
some more docs
Modified Paths:
--------------
trunk/fclient/fclient_ui/fcp_client_manager.py
Modified: trunk/fclient/fclient_ui/fcp_client_manager.py
===================================================================
--- trunk/fclient/fclient_ui/fcp_client_manager.py 2007-11-13 20:57:13 UTC (rev 73)
+++ trunk/fclient/fclient_ui/fcp_client_manager.py 2007-11-13 20:57:40 UTC (rev 74)
@@ -261,7 +261,9 @@
def stop(self):
- """Stops polling the FcpClient"""
+ """stops trying to establish a connection to the node stops polling the FcpClient for new messages
+ @note: it is not guaranteed that connecting and / or polling is stopped emidiately
+ """
self.connectTimer.stop()
self.pollTimer.stop()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|