mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-19 02:18:50 -05:00
Decentralize resource synchronization. Remove notion of SynchronizationJob.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user