]> git.mxchange.org Git - flightgear.git/commit
James Turner : this patch
authorfredb <fredb>
Tue, 9 Dec 2008 07:58:46 +0000 (07:58 +0000)
committerfredb <fredb>
Tue, 9 Dec 2008 07:58:46 +0000 (07:58 +0000)
commite2bf85e67ebe9d53a6d9b3664988d263b3cc412a
tree640e9f971005d46ae3098dcc217247c03d4741ed
parent32d3f6308c8a3b62584ee8420d3a90df40bcc07e
James Turner : this patch
- updates how filtering is done on the various FGPositioned query functions - both spatial and ident-based.
- updates the KLN-89b / DCLGPS code to use FGPositioned for all Navaid/Airport queries.

me:
Add few include directives in globals.cxx to avoid such MSVC warning messages :
deletion of pointer to incomplete type 'FGAirportList'; no destructor called
deletion of pointer to incomplete type 'FGNavList'; no destructor called
deletion of pointer to incomplete type 'FGTACANList'; no destructor called
deletion of pointer to incomplete type 'FGFixList'; no destructor called
src/Instrumentation/KLN89/kln89.cxx
src/Instrumentation/KLN89/kln89_page_apt.cxx
src/Instrumentation/KLN89/kln89_page_int.cxx
src/Instrumentation/KLN89/kln89_page_ndb.cxx
src/Instrumentation/KLN89/kln89_page_vor.cxx
src/Instrumentation/dclgps.cxx
src/Instrumentation/dclgps.hxx
src/Main/globals.cxx
src/Navaids/positioned.cxx
src/Navaids/positioned.hxx