mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 01:30:34 -06:00
Only synchronize http resources if missing
This commit is contained in:
@@ -43,7 +43,9 @@ public:
|
||||
void synchronize() override;
|
||||
|
||||
private:
|
||||
bool directoryExists();
|
||||
bool hasSyncFile();
|
||||
void createSyncFile();
|
||||
|
||||
std::string _identifier;
|
||||
int _version;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user