- Changed an interval of writing network statistics from a minute to two minutes.

- Code cosmetic changes.
This commit is contained in:
spx
2012-02-15 02:51:27 +00:00
parent 3acb191e56
commit dbd43ddfbc
5 changed files with 41 additions and 29 deletions

View File

@ -123,6 +123,8 @@ public:
int Initialize(HINSTANCE hInstance, LPCWSTR szPath);
int MessagePump();
void SetNetworkStatisticsTimer();
CConfigParser* GetCurrentParser() { return m_CurrentParser; }
void SetCurrentParser(CConfigParser* parser) { m_CurrentParser = parser; }