terminate any uploads in progress
| 206 | |
| 207 | // terminate any uploads in progress |
| 208 | void JavaScriptAPI::abortAllUploads() |
| 209 | { |
| 210 | ftManager->removeTransfersToHandler(this); |
| 211 | } |
| 212 | |
| 213 | // Helper function for transfers started with sendHttpPostFileUpload() |
| 214 | void JavaScriptAPI::transferFinished(const FileTransfer& transfer, bool success) |
nothing calls this directly
no test coverage detected