]> git.mxchange.org Git - flightgear.git/commit
Vassilii Khachaturov:
authorehofman <ehofman>
Tue, 25 Oct 2005 08:57:33 +0000 (08:57 +0000)
committerehofman <ehofman>
Tue, 25 Oct 2005 08:57:33 +0000 (08:57 +0000)
commit6985804e950bd33476e6f4edca28234e6aeaeb67
treeeb35c494f68b1364476ce44b0f959de30ea6c27b
parent8e72aac9f5a8c4f56609d582ad10e6cae954849d
Vassilii Khachaturov:

this patch eliminates some cut-and-paste,
as well as makes some frequently used strings const static at the same
time. A couple of interfaces are decorated with 'const' on the parameters
that are such, in line with other such interfaces where const is used.

"NINE" changed to "NINER", to match ICAO practice and the current FGFS
voice data.

A fixed buffer, sprintf and a warning comment replaced w/ostringstream.

Alex Romosan:

+string ConvertRwyNumToSpokenString(const string s) {

this should be string ConvertRwyNumToSpokenString(const string& s)
so we don't make unnecessary copies.
src/ATC/ATCutils.cxx
src/ATC/ATCutils.hxx