Work on asset synchronization

This commit is contained in:
Emil Axelsson
2017-11-11 18:48:07 +01:00
parent 916f94d70e
commit a73f2e0d00
10 changed files with 148 additions and 43 deletions

View File

@@ -182,4 +182,17 @@ void HttpSynchronization::createSyncFile() {
syncFile.close();
}
float HttpSynchronization::nSynchronizedBytes() {
return 0;
}
float HttpSynchronization::nTotalBytes() {
return 0;
}
bool HttpSynchronization::nTotalBytesIsKnown() {
return false;
}
} // namespace openspace