]> git.mxchange.org Git - flightgear.git/commit
Support loading PropertyList data remotely, as part of #450. Along the way, centralis...
authorJames Turner <zakalawe@mac.com>
Wed, 18 Apr 2012 09:25:27 +0000 (10:25 +0100)
committerJames Turner <zakalawe@mac.com>
Wed, 18 Apr 2012 09:25:27 +0000 (10:25 +0100)
commit2218a44ed76def7dcbe9233cfd34488ad66b7752
treec39a18859fc96ac154d28c4704d789107116f0eb
parent7d3195aaa6eb56294daca4cfd78f39f9f934ac83
Support loading PropertyList data remotely, as part of #450. Along the way, centralise the HTTPClient object so it can be used beyond the METAR download engine.
src/Environment/realwx_ctrl.cxx
src/Main/fg_commands.cxx
src/Main/fg_io.cxx
src/Network/CMakeLists.txt
src/Network/HTTPClient.cxx [new file with mode: 0644]
src/Network/HTTPClient.hxx [new file with mode: 0644]