| 291 | } |
| 292 | |
| 293 | bool CServerBrowser::ValidateCommunityId(const char *pCommunityId) const |
| 294 | { |
| 295 | return ValidateIdentifier(pCommunityId, CServerInfo::MAX_COMMUNITY_ID_LENGTH, "Community ID", m_pConsole); |
| 296 | } |
| 297 | |
| 298 | bool CServerBrowser::ValidateCountryName(const char *pCountryName) const |
| 299 | { |
no test coverage detected