Restructure sync directories and change sync API

This commit is contained in:
Emil Axelsson
2017-11-01 12:31:40 +01:00
parent 2313a275d3
commit a7a0715200
12 changed files with 93 additions and 85 deletions

View File

@@ -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