insert a serverItem mapped by the serverAddress
| 44 | |
| 45 | // insert a serverItem mapped by the serverAddress |
| 46 | void ServerListCache::insert(const std::string& serverAddress, const ServerItem& info) { |
| 47 | serverCache.insert(SRV_STR_MAP::value_type(serverAddress, info)); |
| 48 | } |
| 49 | |
| 50 | |
| 51 | ServerListCache::SRV_STR_MAP::iterator ServerListCache::find(const std::string& serverAddress) { |
no outgoing calls
no test coverage detected