mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Add the ability to update libraries to new versions in the headless server
It checks the libraries on the start up. It will block the app until everyting it is ready. C
This commit is contained in:
13
YACReaderLibraryServer/libraries_updater.h
Normal file
13
YACReaderLibraryServer/libraries_updater.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef LIBRARIES_UPDATER_H
|
||||
#define LIBRARIES_UPDATER_H
|
||||
|
||||
|
||||
class LibrariesUpdater
|
||||
{
|
||||
public:
|
||||
LibrariesUpdater();
|
||||
|
||||
void updateIfNeeded();
|
||||
};
|
||||
|
||||
#endif // LIBRARIES_UPDATER_H
|
Reference in New Issue
Block a user