Author: remi
Date: 2009-04-07 09:25:21 +0200 (Tue, 07 Apr 2009)
New Revision: 4377

Modified:
   
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/scheduler/TasksContainer.py
Log:
* fixed comment
* fixed error in a command call ...

Modified: 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/scheduler/TasksContainer.py
===================================================================
--- 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/scheduler/TasksContainer.py
        2009-04-07 07:18:32 UTC (rev 4376)
+++ 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/scheduler/TasksContainer.py
        2009-04-07 07:25:21 UTC (rev 4377)
@@ -119,6 +119,7 @@
     # 
--------------------------------------------------------------------------
     def clearTasks(self):
         """Remove all the tasks from the scheduler.
+        @return: The request success result.
         """
         cmd = "scheduler/clear?"
-        return self._sendCommandBooleanResult(cmd, argsToSend)
+        return self._sendCommandBooleanResult(cmd)


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to