uin32_t for elapsed time

This commit is contained in:
orignal 2015-04-21 18:33:04 -04:00
parent c96b81206d
commit 7ec701a816
2 changed files with 4 additions and 4 deletions

View file

@ -42,8 +42,8 @@ namespace data
void UpdateTime ();
bool IsAlwaysDeclining () const { return !m_NumTunnelsAgreed && m_NumTunnelsDeclined >= 5; };
bool IsLowPartcipationRate (int elapsedTime) const;
bool IsLowReplyRate (int elapsedTime) const;
bool IsLowPartcipationRate (uint32_t elapsedTime) const;
bool IsLowReplyRate (uint32_t elapsedTime) const;
private: