]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/props.hxx
NavDisplay: fix update lag when switching range or centre.
[flightgear.git] / src / Network / props.hxx
index bb661aed1e35676717f34efff8c1d83c99e2e26d..e55f7c1330c38783ba8ec62c70bc934298a9a071 100644 (file)
 #include <string>
 #include <vector>
 
-using std::string;
-using std::vector;
-
-#include <plib/netChannel.h>
+#include <simgear/io/sg_netChannel.hxx>
 
 #include "protocol.hxx"
 
@@ -43,7 +40,7 @@ using std::vector;
  * FlightGear properties.
  */
 class FGProps : public FGProtocol,
-               public netChannel
+               public simgear::NetChannel
 {
 private:
 
@@ -58,7 +55,7 @@ public:
      * 
      * @param tokens Tokenized configuration parameters
      */
-    FGProps( const vector<string>& tokens );
+    FGProps( const std::vector<std::string>& tokens );
 
     /**
      * Destructor.