]> git.mxchange.org Git - flightgear.git/commit
Tolerate refactored SGSound headers.
authorJames Turner <zakalawe@mac.com>
Sun, 30 Sep 2012 18:40:08 +0000 (19:40 +0100)
committerJames Turner <zakalawe@mac.com>
Sun, 30 Sep 2012 18:40:08 +0000 (19:40 +0100)
commit7b8804bd409931573b62567c921a4b8d0ed3c419
tree51f6d221140f56aa3c8233b78ceac7f72fbe7667
parent8608a480736651999c5ea31a489343ee097ee915
Tolerate refactored SGSound headers.

An upcoming commit will make the sound headers standalone, and no longer include various other headers / using std:: declarations. Prepare for this by making includes and usage of namespaces explicit.
20 files changed:
src/ATCDCL/ATC.cxx
src/ATCDCL/ATCVoice.cxx
src/Instrumentation/adf.cxx
src/Instrumentation/dme.cxx
src/Instrumentation/kr_87.cxx
src/Instrumentation/marker_beacon.cxx
src/Instrumentation/mk_viii.cxx
src/Instrumentation/navradio.cxx
src/Instrumentation/newnavradio.cxx
src/Instrumentation/tcas.cxx
src/Sound/audioident.cxx
src/Sound/beacon.cxx
src/Sound/fg_fx.cxx
src/Sound/fg_fx.hxx
src/Sound/morse.cxx
src/Sound/morse.hxx
src/Sound/sample_queue.cxx
src/Sound/sample_queue.hxx
src/Sound/voiceplayer.cxx
src/Sound/voiceplayer.hxx