Latest version check on Insight startup
This commit is contained in:
@@ -100,6 +100,13 @@ namespace Bloom
|
||||
*/
|
||||
void shutdown();
|
||||
|
||||
/**
|
||||
* Queries the Bloom server for the latest version number. If the current version number doesn't match the
|
||||
* latest version number returned by the server, we'll display a warning in the logs to instruct the user to
|
||||
* upgrade.
|
||||
*/
|
||||
void checkBloomVersion();
|
||||
|
||||
/**
|
||||
* Because Insight occupies the main thread, it must handle any application shutdown requests.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user