add get aria2 launch cmd method

This commit is contained in:
luddens
2019-11-01 11:04:23 +02:00
committed by Kelson
parent 9850be7267
commit 20a2c78733
4 changed files with 11 additions and 0 deletions

View File

@ -97,6 +97,7 @@ class Downloader
size_t getNbDownload() { return m_knownDownloads.size(); }
std::vector<std::string> getDownloadIds();
const std::string &getAria2LaunchCmd();
private:
std::map<std::string, std::unique_ptr<Download>> m_knownDownloads;