X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnetwork%2Fserver.h;h=febd567598e0e71def517c7a9743bfdc77706994;hb=66c2c7ca5a4bd369293959bc211b040834343381;hp=badced0dbd7d8dd612cf690319e8515c9f5ed63a;hpb=34f8bf04e4bdffefeceea59b186386b51c542b9d;p=r2c2.git diff --git a/source/network/server.h b/source/network/server.h index badced0..febd567 100644 --- a/source/network/server.h +++ b/source/network/server.h @@ -1,17 +1,10 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_NET_SERVER_H_ #define R2C2_NET_SERVER_H_ #include #include #include -#include +#include #include "libr2c2/layout.h" #include "libr2c2/trainstatus.h" #include "packets.h" @@ -46,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;