]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/props.hxx
#591: night-time rendering issues, avoid negative color values
[flightgear.git] / src / Network / props.hxx
index 35bf73488a5c9ec606b63297d889eb21b0021b34..e55f7c1330c38783ba8ec62c70bc934298a9a071 100644 (file)
 #include <string>
 #include <vector>
 
-SG_USING_STD(string);
-SG_USING_STD(vector);
-
-#include <plib/netChannel.h>
+#include <simgear/io/sg_netChannel.hxx>
 
 #include "protocol.hxx"
 
@@ -43,7 +40,7 @@ SG_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.