Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2012-05-12 20:41:59 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:38:24 +0300
commit8c79df1dfa72e14440035a1f833556cd927596f9 (patch)
treecedd2b21cb6f1b09d8989f9a14164f15d48425f6 /platform/http_request.hpp
parentc43b1b1a1ad42619d50538e43a9410db5095d8e5 (diff)
moved ParseServerList into http_request.hpp, *.cpp
Diffstat (limited to 'platform/http_request.hpp')
-rw-r--r--platform/http_request.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/http_request.hpp b/platform/http_request.hpp
index 57a8384eef..ca94dcf7d6 100644
--- a/platform/http_request.hpp
+++ b/platform/http_request.hpp
@@ -52,4 +52,6 @@ public:
int64_t chunkSize = 512 * 1024);
};
+bool ParseServerList(string const & jsonStr, vector<string> & outUrls);
+
} // namespace downloader