[openrtm-commit:02238] r2848 - branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/win32/coil

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 1月 17日 (火) 18:49:29 JST


Author: sec_fukai
Date: 2017-01-17 18:49:29 +0900 (Tue, 17 Jan 2017)
New Revision: 2848

Modified:
   branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/win32/coil/Mutex.h
Log:
[compat,->DEV_IQ_2016] Add explicit to single param constructor. refs #3791


Modified: branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/win32/coil/Mutex.h
===================================================================
--- branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/win32/coil/Mutex.h	2017-01-17 08:04:16 UTC (rev 2847)
+++ branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/win32/coil/Mutex.h	2017-01-17 09:49:29 UTC (rev 2848)
@@ -61,7 +61,7 @@
      *
      * @endif
      */
-    Mutex(const char * const name = 0)
+    explicit Mutex(const char * const name = 0)
     {
         SECURITY_DESCRIPTOR sd_buffer;
         ::InitializeSecurityDescriptor(&sd_buffer, 



More information about the openrtm-commit mailing list