Author: remi
Date: 2009-04-07 13:28:36 +0200 (Tue, 07 Apr 2009)
New Revision: 4392

Modified:
   
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/01_robot_system/resourceGadgetFramework.py
Log:
* no need to syndicate to the gadget framework events ..

Modified: 
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/01_robot_system/resourceGadgetFramework.py
===================================================================
--- 
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/01_robot_system/resourceGadgetFramework.py
 2009-04-07 11:14:35 UTC (rev 4391)
+++ 
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/01_robot_system/resourceGadgetFramework.py
 2009-04-07 11:28:36 UTC (rev 4392)
@@ -60,11 +60,9 @@
         
self.__gadgetsContainer.setOnGadgetDeployedCallback(self.__onGadgetDeployed)
         
self.__gadgetsContainer.setOnGadgetDeploymentErrorCallback(self.__onGadgetDeploymentError)
         
self.__gadgetsContainer.setOnGadgetUndeployedCallback(self.__onGadgetUndeployed)
-        # Registering the framework statuses and add it in the excluded list.
-        # Clients have to syndicate to receive.
+        # Registering the framework statuses.
         for statusName in SW_NAME_FRAMEWORK:
             eventsHandler.insert(statusName)
-            clientsManager.addDefaultExcludedEvent(statusName)
         eventsHandler.getEventHandler(ST_NAME_FW_RUN).updateState("False")
         # Default configuration
         splitedLC = TUXDROID_LANGUAGE.split("_")


------------------------------------------------------------------------------
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