mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Check for minimum mapping version
* check functions in gui application/application * check for instance mapping wizard * check on mapping tool's stashing component
This commit is contained in:
@@ -457,6 +457,11 @@ namespace BlackCore
|
||||
return m_setupReader->asyncLoad();
|
||||
}
|
||||
|
||||
bool CApplication::hasMinimumMappingVersion() const
|
||||
{
|
||||
return (this->getGlobalSetup().isSwiftVersionMinimumMappingVersion());
|
||||
}
|
||||
|
||||
bool CApplication::hasWebDataServices() const
|
||||
{
|
||||
if (this->isShuttingDown()) { return false; } // service will not survive for long
|
||||
|
||||
@@ -382,6 +382,9 @@ namespace BlackCore
|
||||
//! Reload setup and version
|
||||
BlackMisc::CStatusMessageList requestReloadOfSetupAndVersion();
|
||||
|
||||
//! Minimum mapping version check
|
||||
virtual bool hasMinimumMappingVersion() const;
|
||||
|
||||
//! Read and wait for setup
|
||||
//! \sa waitForSetup
|
||||
BlackMisc::CStatusMessageList synchronizeSetup(int timeoutMs = BlackMisc::Network::CNetworkUtils::getLongTimeoutMs());
|
||||
|
||||
Reference in New Issue
Block a user