mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
refs #865, further improved logging
* set log flag in hints, so no lock for each aircraft is needed * as a result log functions have a bool log parameter now * highlight situation and parts changed
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ff7756db38
commit
62d4a94106
@@ -166,7 +166,7 @@ namespace BlackMisc
|
||||
std::function<void(const BlackMisc::Simulation::CAirspaceAircraftSnapshot &)> aircraftSnapshot
|
||||
) = 0;
|
||||
|
||||
//! Remove outdated aircraft parts
|
||||
//! Remove outdated aircraft parts, but never the most recent one
|
||||
void static removeOutdatedParts(Aviation::CAircraftPartsList &partsList);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user