[openrtm-commit:02998] r3132 - in trunk/OpenRTM-aist/src: ext/interrupt_task lib/rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 12月 11日 (月) 18:37:38 JST
Author: miyamoto
Date: 2017-12-11 18:37:38 +0900 (Mon, 11 Dec 2017)
New Revision: 3132
Modified:
trunk/OpenRTM-aist/src/ext/interrupt_task/CMakeLists.txt
trunk/OpenRTM-aist/src/lib/rtm/CORBA_IORUtil.cpp
Log:
[compat] refs #4391
Modified: trunk/OpenRTM-aist/src/ext/interrupt_task/CMakeLists.txt
===================================================================
--- trunk/OpenRTM-aist/src/ext/interrupt_task/CMakeLists.txt 2017-12-11 09:29:36 UTC (rev 3131)
+++ trunk/OpenRTM-aist/src/ext/interrupt_task/CMakeLists.txt 2017-12-11 09:37:38 UTC (rev 3132)
@@ -6,6 +6,6 @@
project (${target})
-add_executable(${target}.cpp)
+add_executable(${target} ${target}.cpp)
set_target_properties(${target} PROPERTIES SUFFIX ".out")
\ No newline at end of file
Modified: trunk/OpenRTM-aist/src/lib/rtm/CORBA_IORUtil.cpp
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/CORBA_IORUtil.cpp 2017-12-11 09:29:36 UTC (rev 3131)
+++ trunk/OpenRTM-aist/src/lib/rtm/CORBA_IORUtil.cpp 2017-12-11 09:37:38 UTC (rev 3132)
@@ -48,7 +48,8 @@
/*!
* @if jp
- * @brief IOR ʸ»Ð¦ªOR¹½Â¤ÂΤØÊÑ´¹¤¹¤¡¦ * @else
+ * @brief IOR ¶ñðIOR\¢ÌÖÏ··é
+ * @else
* @brief Convert from IOR string to IOR structure
* @endif
*/
@@ -115,7 +116,8 @@
/*!
* @if jp
- * @brief IOR¹½Â¤ÂΤªORʸ»Ð¦ØÊÑ´¹¤¹¤¡¦ * @else
+ * @brief IOR\¢ÌðIOR¶ñÖÏ··é
+ * @else
* @brief Convert from IOR structure to IOR string
* @endif
*/
@@ -176,7 +178,8 @@
/*!
* @if jp
- * @brief IORÆä¦Î¥¨¥§É¥Ý¥¤¥§È¤ÅÖ´¹¤¹¤¡¦ * @else
+ * @brief IORàÌGh|Cgðu··é
+ * @else
* @brief Replace endpoint address in IOR entry
* @endif
*/
@@ -220,7 +223,7 @@
/*!
* @if jp
- * @brief IORʸ»Ð¦«¤òÀ̦š¦Ð¤·¥Õ¥©¡¼¥Þ¥Ã¥ÈºÑ¤ß¤Îʸ»Ð¦È¤·¤ÆÊÖ¤¹
+ * @brief IOR¶ñ©çîñðoµtH[}bgÏÝ̶ñƵÄÔ·
* @else
* @brief Extracts information from IOR string and returns formatted string
* @endif
More information about the openrtm-commit
mailing list