X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fsteam.hxx;h=862433ffa5af67a13133e4beffa4c0d224104f43;hb=f9533d2f4b70b5b38465fc120dadd0c980a486a1;hp=b2ffda9ff6634b8f517cba93f3b107f468ebba97;hpb=75a538f5b920acf3db0bd6a54c1dfb4bc73eaea5;p=flightgear.git diff --git a/src/Cockpit/steam.hxx b/src/Cockpit/steam.hxx index b2ffda9ff..862433ffa 100644 --- a/src/Cockpit/steam.hxx +++ b/src/Cockpit/steam.hxx @@ -34,21 +34,20 @@ #include #include STL_STRING -FG_USING_NAMESPACE(std); +SG_USING_NAMESPACE(std); /** * STEAM GAUGES * - * This class is a mapping layer, which retrieves information from - * the BFI (which reports truthful and ideal values) and generates - * all the instrument errors and inaccuracies that pilots (err) - * love, of course. Please report any missing flaws (!). + * This class is a mapping layer, which retrieves information from the + * property manager (which reports truthful and ideal values) and + * generates all the instrument errors and inaccuracies that pilots + * (err) love, of course. Please report any missing flaws (!). * * These should be used to operate cockpit instruments, * and autopilot features where these are slaved thus. * They should not be used for other simulation purposes. - * */ class FGSteam {