[openrtm-commit:01576] r2643 - trunk/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2015年 6月 29日 (月) 09:53:38 JST


Author: n-ando
Date: 2015-06-29 09:53:38 +0900 (Mon, 29 Jun 2015)
New Revision: 2643

Modified:
   trunk/OpenRTM-aist/src/lib/rtm/OutPortConnector.h
Log:
[incompat,type] type in r2642

Modified: trunk/OpenRTM-aist/src/lib/rtm/OutPortConnector.h
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/OutPortConnector.h	2015-06-29 00:49:25 UTC (rev 2642)
+++ trunk/OpenRTM-aist/src/lib/rtm/OutPortConnector.h	2015-06-29 00:53:38 UTC (rev 2643)
@@ -214,7 +214,7 @@
       if (m_directInPort != NULL)
         {
           InPort<DataType>* inport;
-          inprot = static_cast<InPort<DataType>*>(m_directInPort);
+          inport = static_cast<InPort<DataType>*>(m_directInPort);
           if (inport->isNew())
             {
               // ON_BUFFER_OVERWRITE(In,Out), ON_RECEIVER_FULL(In,Out) callback



More information about the openrtm-commit mailing list