summaryrefslogtreecommitdiff
path: root/client/DownloadClient.h
diff options
context:
space:
mode:
authorAlex Borisov <borisov.alexandr@rambler.ru>2011-12-02 03:54:00 +0200
committerAlex Borisov <borisov.alexandr@rambler.ru>2011-12-02 03:54:00 +0200
commitbd1d34d7781d35f17666adb3df6abb7c9b7fcc32 (patch)
treec20440b674aff4189e4c2e1f24f644228b6ff27c /client/DownloadClient.h
parent8d6422572c9e531116eb7aea103a93f62f8ae3e2 (diff)
MD5 hash check for existing & downloaded files
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);