mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 01:30:34 -06:00
Prepare for data sync
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*****************************************************************************************
|
||||
/*****************************************************************************************
|
||||
* *
|
||||
* OpenSpace *
|
||||
* *
|
||||
@@ -36,19 +36,10 @@ class HttpSynchronization : public ResourceSynchronization {
|
||||
public:
|
||||
HttpSynchronization(const ghoul::Dictionary& dict);
|
||||
bool needsSync() override;
|
||||
std::shared_ptr<SynchronizationJob> createSynchronizationJob() override;
|
||||
void start();
|
||||
static documentation::Documentation Documentation();
|
||||
};
|
||||
|
||||
class HttpSynchronizationJob : public SynchronizationJob {
|
||||
public:
|
||||
HttpSynchronizationJob();
|
||||
virtual ~HttpSynchronizationJob();
|
||||
|
||||
void execute() override;
|
||||
std::shared_ptr<SynchronizationProduct> product() override;
|
||||
};
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __OPENSPACE_MODULE_SYNC___HTTPSYNCHRONIZATION___H__
|
||||
|
||||
Reference in New Issue
Block a user