[openrtm-commit:02217] r2834 - branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/common

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 1月 13日 (金) 17:04:27 JST


Author: sec_fukai
Date: 2017-01-13 17:04:27 +0900 (Fri, 13 Jan 2017)
New Revision: 2834

Modified:
   branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/common/Logger.h
Log:
[incompat,->DEV_IQ_2016] Add init value. refs #3800

Modified: branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/common/Logger.h
===================================================================
--- branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/common/Logger.h	2017-01-13 07:18:04 UTC (rev 2833)
+++ branches/DEV_IQ_2016/OpenRTM-aist/src/lib/coil/common/Logger.h	2017-01-13 08:04:27 UTC (rev 2834)
@@ -442,7 +442,7 @@
       }
 
       Stream(const Stream& x)
-        : stream_(x.stream_)
+        : stream_(x.stream_), cleanup_(false)
       {
       }
 



More information about the openrtm-commit mailing list