mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
refs #649, add.function getSyncronizedValues
Normally getValue should transparently sync. But this force me to make the function non-const.
This commit is contained in:
@@ -60,7 +60,8 @@ namespace BlackMisc
|
||||
|
||||
//! The loaded models for given simulator
|
||||
//! \threadsafe
|
||||
BlackMisc::Simulation::CAircraftModelList getAircraftModels(const BlackMisc::Simulation::CSimulatorInfo &simulator) const;
|
||||
//! \remark non-const because it syncronizes cache
|
||||
BlackMisc::Simulation::CAircraftModelList getAircraftModels(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
|
||||
//! Count of loaded models
|
||||
//! \threadsafe
|
||||
|
||||
Reference in New Issue
Block a user