Split Update into Update and UpdateInternal so that every class doesn't need to early abort in Update when hibernating

This commit is contained in:
Chris Danford
2005-06-11 10:32:58 +00:00
parent 3b3408d11e
commit 98784d3fb5
11 changed files with 33 additions and 28 deletions
+1 -3
View File
@@ -629,9 +629,7 @@ bool ThemeManager::GetMetricRaw( const CString &sClassName, const CString &sValu
CString sFallback;
for( deque<Theme>::const_iterator iter = g_vThemes.begin();
iter != g_vThemes.end();
iter++ )
FOREACHD_CONST( Theme, g_vThemes, iter )
{
if( iter->iniMetrics->GetValue(sClassName,sValueName,ret) )
return true;