X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fprops.hxx;h=09b5a09a323fdc0d8fda8fd4e545deb238ed323f;hb=a1031b052dd40ca3a4ea68dcd7f572b7d9e4bb24;hp=bb661aed1e35676717f34efff8c1d83c99e2e26d;hpb=667e64e1ebc86a0c53112b92b53475898f315c36;p=flightgear.git diff --git a/src/Network/props.hxx b/src/Network/props.hxx index bb661aed1..09b5a09a3 100644 --- a/src/Network/props.hxx +++ b/src/Network/props.hxx @@ -30,10 +30,7 @@ #include #include -using std::string; -using std::vector; - -#include +#include #include "protocol.hxx" @@ -43,7 +40,8 @@ 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& tokens ); + FGProps( const std::vector& tokens ); /** * Destructor.