| 34 | } |
| 35 | |
| 36 | void DownloadManager::disableCache() { |
| 37 | m_disableCache = TRUE; |
| 38 | } |
| 39 | |
| 40 | BOOL DownloadManager::getUrl(CONST TCHAR *url, tstring& filename, tstring& contentType, const ModuleInfo *moduleInfo) |
| 41 | { |
no outgoing calls
no test coverage detected