]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/jsclient.hxx
NavDisplay - custom symbol support enabled.
[flightgear.git] / src / Network / jsclient.hxx
index d82391a65f1ae082352ae33a45702a8acfffd1da..a25c623e9fe8e68c8394ac26984f34bce2cbaf09 100644 (file)
@@ -3,7 +3,7 @@
 // Copyright (C) 2003 by Manuel Bessler and Stephen Lowry
 //
 // based on joyclient.hxx by Curtis Olson
-// Copyright (C) 2000  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -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.
 //
 // $Id$
 
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
 #include <FDM/flight.hxx>
 
 #include "protocol.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 
 class FGJsClient : public FGProtocol {
@@ -42,7 +42,7 @@ class FGJsClient : public FGProtocol {
     char buf[256];
     int length;
     double axis[4];
-    SGPropertyNode *axisdef[4];
+    SGPropertyNode_ptr axisdef[4];
     string axisdefstr[4];
     bool active;