]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/tower.hxx
Mathias Fröhlich:
[flightgear.git] / src / ATC / tower.hxx
index 1fd3d65ed2eaa8d69feab408a8a4857019bf8ef7..aaaf5387b8ace7e2c6454a15d1cfbb4ed429b28a 100644 (file)
@@ -188,6 +188,7 @@ private:
        void Respond();
        
        void ProcessRunwayVacatedReport(TowerPlaneRec* t);
+       void ProcessDownwindReport(TowerPlaneRec* t);
        
        // Remove all options from the user dialog choice
        void RemoveAllUserDialogOptions();
@@ -317,6 +318,9 @@ private:
        bool AddToTrafficList(TowerPlaneRec* t, bool holding = false);
        
        bool AddToCircuitList(TowerPlaneRec* t);
+       
+       // Add to vacated list only if not already present
+       void AddToVacatedList(TowerPlaneRec* t);
 
        // Ground can be separate or handled by tower in real life.
        // In the program we will always use a separate FGGround class, but we need to know