[openrtm-commit:01983] r2751 - trunk/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 6月 7日 (火) 08:48:38 JST


Author: miyamoto
Date: 2016-06-07 08:48:38 +0900 (Tue, 07 Jun 2016)
New Revision: 2751

Modified:
   trunk/OpenRTM-aist/src/lib/rtm/OutPort.h
Log:
[compat,bugfix] fixed OutPort.h

Modified: trunk/OpenRTM-aist/src/lib/rtm/OutPort.h
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/OutPort.h	2016-06-06 11:15:04 UTC (rev 2750)
+++ trunk/OpenRTM-aist/src/lib/rtm/OutPort.h	2016-06-06 23:48:38 UTC (rev 2751)
@@ -138,7 +138,7 @@
 #endif
         m_value(value), m_onWrite(0), m_onWriteConvert(0)
     {
-      addProperty("dataport.data_value", (CORBA::Short)0);
+      addProperty("dataport.data_value", CORBA::Short(0));
       m_propValueIndex = NVUtil::find_index(m_profile.properties, "dataport.data_value");
     }
     



More information about the openrtm-commit mailing list