[openrtm-commit:00789] r2353 - trunk/OpenRTM-aist/src/lib/coil/common
openrtm @ openrtm.org
openrtm @ openrtm.org
2012年 5月 7日 (月) 09:45:04 JST
Author: n-ando
Date: 2012-05-07 09:45:04 +0900 (Mon, 07 May 2012)
New Revision: 2353
Modified:
trunk/OpenRTM-aist/src/lib/coil/common/Logger.h
Log:
"inline" has been added to the isValid() function.
Modified: trunk/OpenRTM-aist/src/lib/coil/common/Logger.h
===================================================================
--- trunk/OpenRTM-aist/src/lib/coil/common/Logger.h 2012-05-07 00:44:24 UTC (rev 2352)
+++ trunk/OpenRTM-aist/src/lib/coil/common/Logger.h 2012-05-07 00:45:04 UTC (rev 2353)
@@ -766,7 +766,7 @@
*
* @endif
*/
- bool isValid(int level) const
+ inline bool isValid(int level) const
{
return m_minLevel <= level && level <= m_logLevel;
}
openrtm-commit メーリングリストの案内