]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navlist.hxx
commradio: improvements for atis speech
[flightgear.git] / src / Navaids / navlist.hxx
index 8f9204b7188aa491d408a7fb1476f35f047dd24b..c10b7e3b7d865079c5225436bdffe75073a8da2d 100644 (file)
@@ -86,13 +86,13 @@ public:
   static TypeFilter* tacanFilter();
   
   
-  static TypeFilter* carrierFilter();
+  static TypeFilter* mobileTacanFilter();
   
     /** Query the database for the specified station.  It is assumed
       * that there will be multiple stations with matching frequencies
       * so a position must be specified.
       */
-    static FGNavRecord *findByFreq( double freq, const SGGeod& position,
+    static FGNavRecordRef findByFreq( double freq, const SGGeod& position,
                                    TypeFilter* filter = NULL);
 
     /**
@@ -100,7 +100,7 @@ public:
      * mobile TACANs which have no valid position. The first match is
      * returned only.
      */
-    static FGNavRecord *findByFreq( double freq, TypeFilter* filter = NULL);
+    static FGNavRecordRef findByFreq( double freq, TypeFilter* filter = NULL);
   
     static nav_list_type findAllByFreq( double freq, const SGGeod& position,
                                        TypeFilter* filter = NULL);