summaryrefslogtreecommitdiff
path: root/client/DownloadClient.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2011-12-02 04:20:42 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2011-12-02 04:20:42 +0200
commitf9d323b6e8540c1c8869089b16de97e8a3f038da (patch)
treecca65b0becb688cb02c0ef6fa73055d4b64bc2bc /client/DownloadClient.h
parent44db4009a6f8ebb1df26b773347f16f62fa13a1b (diff)
parentbd1d34d7781d35f17666adb3df6abb7c9b7fcc32 (diff)
Merge branch 'master' of ssh://sss.chaoslab.ru//home/private_git/proxy_ui
Diffstat (limited to 'client/DownloadClient.h')
-rw-r--r--client/DownloadClient.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/DownloadClient.h b/client/DownloadClient.h
index 0e6c510..8af8131 100644
--- a/client/DownloadClient.h
+++ b/client/DownloadClient.h
@@ -45,9 +45,7 @@ public:
/**
* @brief Download list of files
* @param files associative array of file names and it's md5 hashes
- * @note this is designated method among all
- * @todo It seems that std::map isn't best choice for this purpose
- * it's quite unsuitable to iterate through(
+ * @note this is designated method among all of three
*/
void Download(const vector<pair<string, string> > &files);