| 58 | } |
| 59 | |
| 60 | CServerBrowser::CServerBrowser() : |
| 61 | m_CommunityCache(this), |
| 62 | m_CountriesFilter(&m_CommunityCache), |
| 63 | m_TypesFilter(&m_CommunityCache) |
| 64 | { |
| 65 | m_NeedResort = false; |
| 66 | m_Sorthash = 0; |
| 67 | |
| 68 | m_ServerlistType = 0; |
| 69 | m_BroadcastTime = 0; |
| 70 | secure_random_fill(m_aTokenSeed, sizeof(m_aTokenSeed)); |
| 71 | |
| 72 | CleanUp(); |
| 73 | } |
| 74 | |
| 75 | CServerBrowser::~CServerBrowser() |
| 76 | { |
nothing calls this directly
no test coverage detected