[openrtm-commit:02810] r3041 - trunk/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 9月 6日 (水) 18:38:11 JST


Author: miyamoto
Date: 2017-09-06 18:38:11 +0900 (Wed, 06 Sep 2017)
New Revision: 3041

Modified:
   trunk/OpenRTM-aist/src/lib/rtm/CORBA_IORUtil.h
Log:
[build, CMake] Support TAO.

Modified: trunk/OpenRTM-aist/src/lib/rtm/CORBA_IORUtil.h
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/CORBA_IORUtil.h	2017-09-05 13:33:02 UTC (rev 3040)
+++ trunk/OpenRTM-aist/src/lib/rtm/CORBA_IORUtil.h	2017-09-06 09:38:11 UTC (rev 3041)
@@ -63,7 +63,7 @@
    *
    * @endif
    */
-#if not defined(ORB_IS_ORBEXPRESS) && not defined(ORB_IS_TAO)S
+#if not defined(ORB_IS_ORBEXPRESS) && not defined(ORB_IS_TAO)
   bool toString(IOP::IOR& ior, std::string& iorstr);
 #endif
   



More information about the openrtm-commit mailing list