[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“à‚̃Gƒ“ƒhƒ|ƒCƒ“ƒg‚ð’uŠ·‚·‚é
+   * @else
    * @brief Replace endpoint address in IOR entry
    * @endif
    */
@@ -220,7 +223,7 @@
 
   /*!
    * @if jp
-   * @brief IORŽÊޏ޻”І¦Ž«Ž¤òÀ€Ì†¦„Å¡¦ŽÐޤ޷ޥŽÕޥީޡ޼ޥŽÞŽ¥ŽÃŽ¥ŽÈŽºŽÑޤŽßޤŽÎŽÊޏ޻”І¦ŽÈޤ޷ޤޯŽÊŽÖޤ޹
+   * @brief IOR•¶Žš—ñ‚©‚çî•ñ‚𒊏o‚µƒtƒH[ƒ}ƒbƒgÏ‚݂̕¶Žš—ñ‚Æ‚µ‚ĕԂ·
    * @else
    * @brief Extracts information from IOR string and returns formatted string
    * @endif



More information about the openrtm-commit mailing list