The stats are now written once per minute to the settings file.

This commit is contained in:
Kimmo Pekkola
2009-07-27 12:30:28 +00:00
parent b3fc191b58
commit 1dbfc85b01
3 changed files with 17 additions and 9 deletions

View File

@ -139,7 +139,7 @@ public:
void UpdateStats();
void ReadStats();
void WriteStats();
void WriteStats(bool bForce);
void ResetStats();
BOOL GetCheckUpdate() { return m_CheckUpdate; };