Author: remi
Date: 2009-04-07 18:39:45 +0200 (Tue, 07 Apr 2009)
New Revision: 4401

Modified:
   
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/tuxdroid/AttituneManager.py
Log:
* no need to syndicate to the attitune manager events ...

Modified: 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/tuxdroid/AttituneManager.py
===================================================================
--- 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/tuxdroid/AttituneManager.py
        2009-04-07 16:38:37 UTC (rev 4400)
+++ 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/tuxdroid/AttituneManager.py
        2009-04-07 16:39:45 UTC (rev 4401)
@@ -32,7 +32,6 @@
         self.__attitunesContainer = AttitunesContainer(apiBase, apiBaseServer, 
{})
         self._registerEvent(ST_NAME_AM_CONTAINER_DEPLOYED, None,
             self.__updateAttitunesContainer)
-        self.__syndicateToEvents()
 
     # 
--------------------------------------------------------------------------
     # Get the attitunes container.
@@ -57,15 +56,6 @@
             return False
 
     # 
--------------------------------------------------------------------------
-    # Syndicate this api to the attitune manager events.
-    # 
--------------------------------------------------------------------------
-    def __syndicateToEvents(self):
-        """Syndicate this api to the attitune manager events.
-        """
-        for statusName in SW_NAME_ATTITUNE_MANAGER:
-            self._syndicateEvent(statusName)
-
-    # 
--------------------------------------------------------------------------
     # Update attitunes list on container deloyed event.
     # 
--------------------------------------------------------------------------
     def __updateAttitunesContainer(self, *args):


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