]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCmgr.hxx
Modified Files:
[flightgear.git] / src / ATC / ATCmgr.hxx
index 881abcf8fca5747849a0094181a724596f708943..9e8e1f83747b3c9388a4a3596dee365598e77afe 100644 (file)
 #include <list>
 #include <map>
 
-#include "atis.hxx"
 #include "tower.hxx"
 #include "approach.hxx"
-#include "ground.hxx"
-#include "ATC.hxx"
-#include "ATCVoice.hxx"
-#include "transmissionlist.hxx"
 
 SG_USING_STD(string);
 SG_USING_STD(list);
@@ -115,12 +110,12 @@ private:
     double comm_freq[2];
 
     // Pointers to users current communication frequencies.
-    SGPropertyNode* comm_node[2];
+    SGPropertyNode_ptr comm_node[2];
 
     // Pointers to current users position
-    SGPropertyNode* lon_node;
-    SGPropertyNode* lat_node;
-    SGPropertyNode* elev_node;
+    SGPropertyNode_ptr lon_node;
+    SGPropertyNode_ptr lat_node;
+    SGPropertyNode_ptr elev_node;
 
     // Position of the ATC that the comm radios are tuned to in order to decide 
        // whether transmission will be received.