-------------------------------------------------------------------------------------------------
| 340 | |
| 341 | //------------------------------------------------------------------------------------------------- |
| 342 | int CHTTPDownloader::GetFileSize(IFunctionHandler *pH) |
| 343 | { |
| 344 | return pH->EndFunction(CHTTPDownloader::GetFileSize()); |
| 345 | } |
| 346 | |
| 347 | //------------------------------------------------------------------------------------------------- |
| 348 | int CHTTPDownloader::GetFileName(IFunctionHandler *pH) |
no test coverage detected