[openrtm-commit:01328] r2520 - branches/RELENG_1_1/OpenRTM-aist/utils/rtm-skelwrapper

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 3月 3日 (月) 16:45:49 JST


Author: n-ando
Date: 2014-03-03 16:45:49 +0900 (Mon, 03 Mar 2014)
New Revision: 2520

Modified:
   branches/RELENG_1_1/OpenRTM-aist/utils/rtm-skelwrapper/skel_wrapper.py
Log:
[compat, ->RELEASE_1_1_0] Stub.cpp, Skel.cpp include directive have been modified for include-dir option. refs #3036

Modified: branches/RELENG_1_1/OpenRTM-aist/utils/rtm-skelwrapper/skel_wrapper.py
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist/utils/rtm-skelwrapper/skel_wrapper.py	2014-03-03 07:03:58 UTC (rev 2519)
+++ branches/RELENG_1_1/OpenRTM-aist/utils/rtm-skelwrapper/skel_wrapper.py	2014-03-03 07:45:49 UTC (rev 2520)
@@ -86,7 +86,7 @@
  *
  */
 
-#include "[include_dir][skel_h]"
+#include "[skel_h]"
 
 #if defined ORB_IS_TAO
 #  include "[include_dir][basename]C.cpp"
@@ -175,7 +175,7 @@
  *
  */
 
-#include "[include_dir][stub_h]"
+#include "[stub_h]"
 
 #if   defined ORB_IS_TAO
 #  include "[include_dir][basename]C.cpp"



More information about the openrtm-commit mailing list