mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-14 09:30:50 -05:00
Restructure sync directories and change sync API
This commit is contained in:
@@ -39,7 +39,13 @@ public:
|
||||
HttpSynchronization(const ghoul::Dictionary& dict);
|
||||
static documentation::Documentation Documentation();
|
||||
|
||||
std::string directory() override;
|
||||
void synchronize() override;
|
||||
|
||||
private:
|
||||
bool directoryExists();
|
||||
std::string _identifier;
|
||||
int _version;
|
||||
};
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
Reference in New Issue
Block a user