]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/airport.hxx
Document that property write-protection is not a security measure
[flightgear.git] / src / Airports / airport.hxx
index 59ac83d5fc8f30ea2b9bc35fafbaaf4320311186..6713e77d1a25248cdaed202b239998b70d1b9fb2 100644 (file)
@@ -70,10 +70,8 @@ class FGAirport : public FGPositioned
 
     /**
      * reload the ILS data from XML if required.
-     * @result true if the data was refreshed, false if no data was loaded
-     * or previously cached data is still correct.
      */
-    bool validateILSData();
+    void validateILSData();
 
     SGGeod getTowerLocation() const;
 
@@ -322,6 +320,8 @@ private:
     mutable bool mHelipadsLoaded;
     mutable bool mTaxiwaysLoaded;
     mutable bool mProceduresLoaded;
+  
+    mutable bool mThresholdDataLoaded;
     bool mILSDataLoaded;
 
     mutable std::vector<FGRunwayRef> mRunways;