]> git.mxchange.org Git - flightgear.git/commit
ATCDCL cleanup, part II.
authorThorstenB <brehmt@gmail.com>
Sat, 12 May 2012 21:27:57 +0000 (23:27 +0200)
committerThorstenB <brehmt@gmail.com>
Sat, 12 May 2012 21:53:30 +0000 (23:53 +0200)
commita2922e2e23837683e41480680174015e7035ec02
tree0f74d40f9ac93674f580c5b5ee198e0115bd3f40
parentd6ef7bb091f0f353548fa9df8d7c81ca005a595a
ATCDCL cleanup, part II.
Remove/comment out obsolete code.
Refactor ATCmgr(-old) into ATISmgr(-new), only keeping the COM radio / ATIS
support.
13 files changed:
src/ATCDCL/ATC.cxx
src/ATCDCL/ATC.hxx
src/ATCDCL/ATCmgr.cxx [deleted file]
src/ATCDCL/ATCmgr.hxx [deleted file]
src/ATCDCL/ATISmgr.cxx [new file with mode: 0644]
src/ATCDCL/ATISmgr.hxx [new file with mode: 0644]
src/ATCDCL/CMakeLists.txt
src/ATCDCL/atis.cxx
src/ATCDCL/atis.hxx
src/Main/fg_init.cxx
src/Main/globals.cxx
src/Main/globals.hxx
src/Main/main.cxx