add remove fct with aria2

This commit is contained in:
luddens
2019-04-29 17:29:42 +02:00
committed by Matthieu Gautier
parent ec8f1ffe9c
commit 491b6d655b
4 changed files with 20 additions and 0 deletions

View File

@ -56,6 +56,7 @@ class Download {
void updateStatus(bool follow=false);
void pauseDownload();
void resumeDownload();
void cancelDownload();
StatusResult getStatus() { return m_status; }
std::string getDid() { return m_did; }
std::string getFollowedBy() { return m_followedBy; }