X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fserver.h;h=41894db99d6141dc89c901c354d06b4f25ca25b3;hb=c8df43e7794dc82d5604dfa612e464bbc5ca3cdd;hp=93c1f593561f5d1d335c6067867fd78abddd145c;hpb=077408f98f08fac1a098a501fffdb22728a57a46;p=libs%2Fnet.git diff --git a/source/server.h b/source/server.h index 93c1f59..41894db 100644 --- a/source/server.h +++ b/source/server.h @@ -1,16 +1,9 @@ -/* $Id$ - -This file is part of libmsphttp -Copyright © 2008 Mikkosoft Productions, Mikko Rasa -Distributed under the LGPL -*/ - #ifndef MSP_HTTP_SERVER_H_ #define MSP_HTTP_SERVER_H_ #include #include -#include +#include namespace Msp { namespace Http { @@ -37,7 +30,7 @@ private: ~Client(); }; - Net::StreamListenSocket sock; + Net::StreamServerSocket sock; std::list clients; IO::EventDispatcher *event_disp;