[openrtm-commit:00212] r2196 - trunk/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 7月 1日 (金) 01:03:58 JST


Author: n-ando
Date: 2011-07-01 01:03:58 +0900 (Fri, 01 Jul 2011)
New Revision: 2196

Modified:
   trunk/OpenRTM-aist/src/lib/rtm/RTObject.h
Log:
Typo: addPortComponentActionListener -> addPreComponentActionListener
refs #2173


Modified: trunk/OpenRTM-aist/src/lib/rtm/RTObject.h
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/RTObject.h	2011-06-30 15:53:54 UTC (rev 2195)
+++ trunk/OpenRTM-aist/src/lib/rtm/RTObject.h	2011-06-30 16:03:58 UTC (rev 2196)
@@ -3385,7 +3385,7 @@
 
     template <class Listener>
     PreComponentActionListener*
-    addPortComponentActionListener(PreCompActionListenerType listener_type,
+    addPreComponentActionListener(PreCompActionListenerType listener_type,
                                    Listener& obj,
                                    void (Listener::*memfunc)(UniqueId ec_id))
     {



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