]> git.mxchange.org Git - flightgear.git/commit
Fix classes derived from SubsystemGroup.
authorJames Turner <zakalawe@mac.com>
Wed, 19 Sep 2012 10:37:19 +0000 (11:37 +0100)
committerJames Turner <zakalawe@mac.com>
Wed, 19 Sep 2012 10:37:19 +0000 (11:37 +0100)
commit48c26079e19fe7c4c2a5e60e3e670e430bff3c62
tree8652590f94de4a6fc8677039edf0798133252bb3
parent09ac319e87ff8a8e747ef7b5d09e9ecac0276230
Fix classes derived from SubsystemGroup.

Various classes derive from SubsystemGroup, but extend the init behaviour. Fix those for the incremental init scheme, generally by forcing their init to be atomic. Can convert them to be truly incremental in the future if it's needed, but probably not.
src/Autopilot/autopilotgroup.cxx
src/Environment/environment_mgr.cxx
src/Environment/environment_mgr.hxx
src/Environment/terrainsampler.cxx
src/Instrumentation/instrument_mgr.cxx
src/Instrumentation/instrument_mgr.hxx