]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/props.hxx
NavDisplay - custom symbol support enabled.
[flightgear.git] / src / Network / props.hxx
index 35bf73488a5c9ec606b63297d889eb21b0021b34..09b5a09a323fdc0d8fda8fd4e545deb238ed323f 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,8 @@ SG_USING_STD(vector);
  * FlightGear properties.
  */
 class FGProps : public FGProtocol,
-               public netChannel
+               public simgear::NetChannel,
+               public SGPropertyChangeListener // for subscriptions
 {
 private:
 
@@ -58,7 +56,7 @@ public:
      * 
      * @param tokens Tokenized configuration parameters
      */
-    FGProps( const vector<string>& tokens );
+    FGProps( const std::vector<std::string>& tokens );
 
     /**
      * Destructor.