--- a/Documentation/Source/eric5.Utilities.BackgroundClient.html Sat May 17 19:58:49 2014 +0200 +++ b/Documentation/Source/eric5.Utilities.BackgroundClient.html Sun May 18 14:13:09 2014 +0200 @@ -62,7 +62,7 @@ <td>Constructor of the BackgroundClient class.</td> </tr><tr> <td><a href="#BackgroundClient.__initClientService">__initClientService</a></td> -<td>Import the given module and register it as service.</td> +<td>Private method to import the given module and register it as service.</td> </tr><tr> <td><a href="#BackgroundClient.__receive">__receive</a></td> <td>Private methode to receive the given length of bytes.</td> @@ -71,7 +71,7 @@ <td>Private method to send a job response back to the BackgroundService.</td> </tr><tr> <td><a href="#BackgroundClient.run">run</a></td> -<td>Implement the main loop of the client.</td> +<td>Public method implementing the main loop of the client.</td> </tr> </table> <h3>Static Methods</h3> @@ -95,7 +95,7 @@ <h4>BackgroundClient.__initClientService</h4> <b>__initClientService</b>(<i>fn, path, module</i>) <p> - Import the given module and register it as service. + Private method to import the given module and register it as service. </p><dl> <dt><i>fn</i></dt> <dd> @@ -147,7 +147,7 @@ <h4>BackgroundClient.run</h4> <b>run</b>(<i></i>) <p> - Implement the main loop of the client. + Public method implementing the main loop of the client. </p> <div align="right"><a href="#top">Up</a></div> <hr />