[openrtm-commit:00409] r477 - branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 9月 16日 (金) 17:50:02 JST


Author: kurihara
Date: 2011-09-16 17:50:01 +0900 (Fri, 16 Sep 2011)
New Revision: 477

Modified:
   branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/GlobalFactory.py
Log:
Changed it to sort the return-value of getIdentifiers.

Modified: branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/GlobalFactory.py
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/GlobalFactory.py	2011-09-15 09:52:39 UTC (rev 476)
+++ branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/GlobalFactory.py	2011-09-16 08:50:01 UTC (rev 477)
@@ -47,7 +47,7 @@
 
     for id in self._creators.keys():
       idlist.append(id)
-
+    idlist.sort()
     return idlist
 
 



openrtm-commit メーリングリストの案内