X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnetwork%2Fserver.h;h=febd567598e0e71def517c7a9743bfdc77706994;hb=850c1d571f2d2d157a873b678d86e4a5c771ba26;hp=16022ba9d12664596ac4d19aec2881c8d985ca0f;hpb=d15ac13f2e170f155b4bbd124df48400c339b644;p=r2c2.git diff --git a/source/network/server.h b/source/network/server.h index 16022ba..febd567 100644 --- a/source/network/server.h +++ b/source/network/server.h @@ -4,7 +4,7 @@ #include #include #include -#include +#include #include "libr2c2/layout.h" #include "libr2c2/trainstatus.h" #include "packets.h" @@ -39,7 +39,7 @@ private: Protocol proto; Layout &layout; - Msp::Net::StreamListenSocket listen_sock; + Msp::Net::StreamServerSocket listen_sock; Msp::IO::EventDispatcher *event_disp; std::vector connections;