X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fprops.hxx;h=9e7405583ee3480df5d59338a06db61c1bfbb0fa;hb=b0dcb657e77579ecc79798ff365737095f96f9e2;hp=e55f7c1330c38783ba8ec62c70bc934298a9a071;hpb=02fb83c774020633cb62e3b8154337510bed1de3;p=flightgear.git diff --git a/src/Network/props.hxx b/src/Network/props.hxx index e55f7c133..9e7405583 100644 --- a/src/Network/props.hxx +++ b/src/Network/props.hxx @@ -40,7 +40,8 @@ * FlightGear properties. */ class FGProps : public FGProtocol, - public simgear::NetChannel + public simgear::NetChannel, + public SGPropertyChangeListener // for subscriptions { private: @@ -48,7 +49,7 @@ private: * Server port to listen on. */ int port; - + simgear::NetChannelPoller poller; public: /** * Create a new TCP server.