mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #787, caches/model set loader
* Caches initialized * simulators with model set
This commit is contained in:
@@ -126,6 +126,11 @@ namespace BlackMisc
|
||||
return this->getSimulator().matchesAny(info);
|
||||
}
|
||||
|
||||
CSimulatorInfo CAircraftModelSetLoader::simulatorsWithInitializedModelSet() const
|
||||
{
|
||||
return this->m_caches.simulatorsWithInitializedCache();
|
||||
}
|
||||
|
||||
void CAircraftModelSetLoader::gracefulShutdown()
|
||||
{
|
||||
// void
|
||||
|
||||
Reference in New Issue
Block a user