From bd1d34d7781d35f17666adb3df6abb7c9b7fcc32 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Fri, 2 Dec 2011 03:54:00 +0200 Subject: MD5 hash check for existing & downloaded files --- client/DownloadClient.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client/DownloadClient.h') 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 > &files); -- cgit v1.2.3