| 60 | } |
| 61 | |
| 62 | std::string QueuedCountry::GetFileDownloadPath() const |
| 63 | { |
| 64 | return platform::GetFileDownloadPath(m_currentDataVersion, m_dataDir, m_countryFile, m_fileType); |
| 65 | } |
| 66 | |
| 67 | uint64_t QueuedCountry::GetDownloadSize() const |
| 68 | { |
nothing calls this directly
no test coverage detected