]> git.mxchange.org Git - flightgear.git/commit
Thomas Foerster:
authordurk <durk>
Wed, 4 Jul 2007 17:42:20 +0000 (17:42 +0000)
committerdurk <durk>
Wed, 4 Jul 2007 17:42:20 +0000 (17:42 +0000)
commit33486a03083a80c7eed530a88fa44dcae8cda192
treee7d07414b7c7e1656d9cff3e6f9f6131bede841b
parent7dfae1562bdb68d0c67e728f3f922c6373b83c9c
Thomas Foerster:

I refactored the XML loading code out of FGAirportDynamics and
FGRunwayPreference. I also added a new class XMLLoader, which serves as a
facade to the loader functions. Further I changed FGRunwayPreference to just
keep a FGAirport ref, which is more concise and closer to the right(tm)
solution than storing the airport data a second time ;-)
src/Airports/dynamicloader.hxx [new file with mode: 0644]
src/Airports/runwayprefloader.hxx [new file with mode: 0644]