[openrtm-commit:00331] r443 -	branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist
    openrtm @ openrtm.org
    openrtm @ openrtm.org
       
    2011年 8月  9日 (火) 21:30:51 JST
    
    
  
Author: kurihara
Date: 2011-08-09 21:30:51 +0900 (Tue, 09 Aug 2011)
New Revision: 443
Modified:
   branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/PortBase.py
Log:
typo has been corrected.
Modified: branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/PortBase.py
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/PortBase.py	2011-08-09 12:29:51 UTC (rev 442)
+++ branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/PortBase.py	2011-08-09 12:30:51 UTC (rev 443)
@@ -2301,7 +2301,7 @@
   #                                ReturnCode_t ret)
   def onPublishInterfaces(self, portname, profile, ret):
     if self._portconnListeners != None:
-      type = OpenRTM_aist.PortConnectRetListenerType.ON_UNSUBSCRIBE_INTERFACES
+      type = OpenRTM_aist.PortConnectRetListenerType.ON_PUBLISH_INTERFACES
       self._portconnListeners.portconnret_[type].notify(portname, profile, ret)
     return
 
    
    
openrtm-commit メーリングリストの案内