| 155 | } |
| 156 | |
| 157 | void MapFilesDownloader::SetServersList(ServersList const & serversList) |
| 158 | { |
| 159 | m_serversList = serversList; |
| 160 | } |
| 161 | |
| 162 | void MapFilesDownloader::SetDownloadingPolicy(DownloadingPolicy * policy) |
| 163 | { |
no outgoing calls
no test coverage detected