| 296 | } |
| 297 | |
| 298 | bool CServerBrowser::ValidateCountryName(const char *pCountryName) const |
| 299 | { |
| 300 | return ValidateIdentifier(pCountryName, CServerInfo::MAX_COMMUNITY_COUNTRY_LENGTH, "Country name", m_pConsole); |
| 301 | } |
| 302 | |
| 303 | bool CServerBrowser::ValidateTypeName(const char *pTypeName) const |
| 304 | { |
no test coverage detected