| 143 | { |
| 144 | |
| 145 | HttpThread * CreateNativeHttpThread(std::string const & url, downloader::IHttpThreadCallback & cb, int64_t beg, |
| 146 | int64_t end, int64_t size, std::string const & pb) |
| 147 | { |
| 148 | return new HttpThread(url, cb, beg, end, size, pb); |
| 149 | } |
| 150 | |
| 151 | void DeleteNativeHttpThread(HttpThread * request) |
| 152 | { |
no outgoing calls
no test coverage detected