Improve implementation and interface of http downloads

This commit is contained in:
Emil Axelsson
2017-11-13 14:59:39 +01:00
parent 62c5506250
commit 27f36209fa
9 changed files with 289 additions and 122 deletions

View File

@@ -60,6 +60,8 @@ private:
int _version;
std::string _synchronizationRoot;
std::vector<std::string> _synchronizationRepositories;
std::thread _syncThread;
};
} // namespace openspace