Decentralize resource synchronization. Remove notion of SynchronizationJob.

This commit is contained in:
Emil Axelsson
2017-11-12 19:09:16 +01:00
parent 19812af629
commit 2fa42859cd
12 changed files with 46 additions and 169 deletions
+4 -1
View File
@@ -42,7 +42,10 @@ public:
static documentation::Documentation Documentation();
std::string directory() override;
void synchronize() override;
void start() override;
void cancel() override;
void clear() override;
float nSynchronizedBytes() override;
float nTotalBytes() override;
bool nTotalBytesIsKnown() override;