[openrtm-commit:01986] r2754 - trunk/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 6月 7日 (火) 13:18:33 JST


Author: n-ando
Date: 2016-06-07 13:18:33 +0900 (Tue, 07 Jun 2016)
New Revision: 2754

Modified:
   trunk/OpenRTM-aist/src/lib/rtm/OutPort.h
Log:
[compat,->RELENG_1_1] Long sentence was folded.

Modified: trunk/OpenRTM-aist/src/lib/rtm/OutPort.h
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/OutPort.h	2016-06-07 04:12:23 UTC (rev 2753)
+++ trunk/OpenRTM-aist/src/lib/rtm/OutPort.h	2016-06-07 04:18:33 UTC (rev 2754)
@@ -141,7 +141,8 @@
       addProperty("dataport.data_value", CORBA::Short(0));
       {
 	Guard guard(m_profile_mutex);
-	m_propValueIndex = NVUtil::find_index(m_profile.properties, "dataport.data_value");
+	m_propValueIndex = NVUtil::find_index(m_profile.properties,
+					      "dataport.data_value");
       }
     }
     



More information about the openrtm-commit mailing list