Author: remi
Date: 2009-04-01 17:54:00 +0200 (Wed, 01 Apr 2009)
New Revision: 4318
Modified:
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/01_robot_system/resourceScheduler.py
Log:
* completely disabled the resource "scheduler" (It must be rewritten ...)
Modified:
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/01_robot_system/resourceScheduler.py
===================================================================
---
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/01_robot_system/resourceScheduler.py
2009-04-01 15:52:20 UTC (rev 4317)
+++
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/01_robot_system/resourceScheduler.py
2009-04-01 15:54:00 UTC (rev 4318)
@@ -3,7 +3,7 @@
#
==============================================================================
# This resource depends of the following resources :
-
+'''
import datetime
from util.scheduler.Scheduler import Scheduler
@@ -117,7 +117,7 @@
# Create an instance of the resource
resourceScheduler = TDSResourceScheduler("resourceScheduler")
# Register the resource into the resources manager
-#resourcesManager.addResource(resourceScheduler)
+resourcesManager.addResource(resourceScheduler)
#
------------------------------------------------------------------------------
# Declaration of the service "run_daily_at_time".
@@ -351,3 +351,4 @@
# Register the service into the resource
resourceScheduler.addService(TDSServiceSchedulerRemoveTask)
+'''
------------------------------------------------------------------------------
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn