]> git.mxchange.org Git - flightgear.git/commit
Thomas Foerster:
authordurk <durk>
Wed, 4 Jul 2007 17:39:03 +0000 (17:39 +0000)
committerdurk <durk>
Wed, 4 Jul 2007 17:39:03 +0000 (17:39 +0000)
commit7dfae1562bdb68d0c67e728f3f922c6373b83c9c
tree0ce52a782d88f7b28bf32724f0379a4b18ff77ed
parentbb634fcd2e5aabe3b8b68f7d01bdbb2e073b7589
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/Makefile.am
src/Airports/dynamicloader.cxx [new file with mode: 0644]
src/Airports/dynamics.cxx
src/Airports/dynamics.hxx
src/Airports/runwayprefloader.cxx [new file with mode: 0644]
src/Airports/runwayprefs.cxx
src/Airports/runwayprefs.hxx
src/Airports/simple.cxx
src/Airports/xmlloader.cxx [new file with mode: 0644]
src/Airports/xmlloader.hxx [new file with mode: 0644]