]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCmgr.hxx
Daniyar ATADJANOV:
[flightgear.git] / src / ATC / ATCmgr.hxx
index 4ab2513d6e0f773deed740a49244cf27f58d7414..9e8e1f83747b3c9388a4a3596dee365598e77afe 100644 (file)
@@ -17,7 +17,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #ifndef _FG_ATCMGR_HXX
 #define _FG_ATCMGR_HXX
 #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.