mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-03 10:58:34 -06:00
Make URLSynchronization and HTTPSynchronization download into temporary files and if the download succeeds, transactionally move the temporary file into the correct destination
This commit is contained in:
@@ -229,6 +229,8 @@ public:
|
||||
HttpFileDownload(HttpFileDownload&& d) = default;
|
||||
virtual ~HttpFileDownload() = default;
|
||||
|
||||
const std::string& destination() const;
|
||||
|
||||
protected:
|
||||
bool initDownload() override;
|
||||
bool deinitDownload() override;
|
||||
|
||||
Reference in New Issue
Block a user