refs #417 Rename ISimulator::SimulatorStatus to SimulatorStatusFlag

This commit is contained in:
Michał Garapich
2015-05-22 23:14:26 +02:00
committed by Michal Garapich
parent 49a9b91258
commit e3bb701d7b
2 changed files with 4 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ namespace BlackCore
void simulatorStatusChanged(int status);
//! Simulator plugin loaded / unloaded (default info)
void simulatorPluginChanged(const BlackMisc::Simulation::CSimulatorPluginInfo &info);
void simulatorPluginChanged(BlackMisc::Simulation::CSimulatorPluginInfo info);
//! Render restrictions have been changed
void renderRestrictionsChanged(bool restricted, bool enabled, int maxAircraft, const BlackMisc::PhysicalQuantities::CLength &maxRenderedDistance, const BlackMisc::PhysicalQuantities::CLength &maxRenderedBoundary);