[openrtm-commit:02259] r2866 - branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/win32/coil
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 1月 18日 (水) 17:03:50 JST
Author: sec_fukai
Date: 2017-01-18 17:03:50 +0900 (Wed, 18 Jan 2017)
New Revision: 2866
Modified:
branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/win32/coil/Task.cpp
Log:
[compat,->DEV_IQ_2016]Modify coding style. refs #3816
Modified: branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/win32/coil/Task.cpp
===================================================================
--- branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/win32/coil/Task.cpp 2017-01-18 07:36:47 UTC (rev 2865)
+++ branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/win32/coil/Task.cpp 2017-01-18 08:03:50 UTC (rev 2866)
@@ -96,7 +96,7 @@
(HANDLE)::_beginthreadex(NULL, // security
0, //stuck size
Task::svc_run, // func
- reinterpret_cast<void*>ethis), // argument
+ reinterpret_cast<void*>(this), // argument
0, // flag (0 or CREATE_SUSPEND)
NULL); //thread descripter
++m_count;
More information about the openrtm-commit
mailing list