mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-14 17:40:26 -05:00
Resource syncing infrastructure
This commit is contained in:
@@ -25,7 +25,11 @@
|
||||
#include "httpsynchronization.h"
|
||||
|
||||
#include <openspace/util/asynchttprequest.h>
|
||||
#include <ghoul/logging/logmanager.h>
|
||||
|
||||
namespace {
|
||||
const char* _loggerCat = "HttpSynchronization";
|
||||
}
|
||||
|
||||
namespace openspace {
|
||||
|
||||
@@ -39,7 +43,12 @@ documentation::Documentation HttpSynchronization::Documentation() {
|
||||
return {};
|
||||
}
|
||||
|
||||
|
||||
|
||||
void HttpSynchronization::synchronize() {
|
||||
// TODO: Download files, synchronously.
|
||||
// First check if files exist.
|
||||
|
||||
LINFO("Synchronizing!");
|
||||
resolve();
|
||||
}
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
Reference in New Issue
Block a user