Author: remi
Date: 2009-04-07 18:38:37 +0200 (Tue, 07 Apr 2009)
New Revision: 4400

Modified:
   
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/01_robot_system/resourceAttituneManager.py
Log:
* no need to syndicate to the attitune manager events ...

Modified: 
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/01_robot_system/resourceAttituneManager.py
===================================================================
--- 
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/01_robot_system/resourceAttituneManager.py
 2009-04-07 16:37:36 UTC (rev 4399)
+++ 
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/01_robot_system/resourceAttituneManager.py
 2009-04-07 16:38:37 UTC (rev 4400)
@@ -49,11 +49,9 @@
         
self.__attitunesContainer.setOnAttituneDeployedCallback(self.__onAttituneDeployed)
         
self.__attitunesContainer.setOnAttituneUndeployedCallback(self.__onAttituneUndeployed)
         
self.__attitunesContainer.setOnAttituneDeploymentErrorCallback(self.__onAttituneDeploymentError)
-        # Registering the attitune manager statuses and add it in the excluded 
list.
-        # Clients have to syndicate to receive.
+        # Registering the attitune manager statuses.
         for statusName in SW_NAME_ATTITUNE_MANAGER:
             eventsHandler.insert(statusName)
-            clientsManager.addDefaultExcludedEvent(statusName)
         eventsHandler.getEventHandler(ST_NAME_AM_RUN).updateState("False")
         # Create a logger
         self.logger = SimpleLogger("attitune_manager")


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