X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fhttp%2Fserver.h;h=04c2d06b5cf6d386fa7d3f357036f3efaabba4df;hb=f839e84e68924129a9fa5941ad82e4e9cc1def4d;hp=e07ee55a2251a860652d98679ac0755ae25921d8;hpb=abc40062b2be394ce007711be98e221167317aa1;p=libs%2Fnet.git diff --git a/source/http/server.h b/source/http/server.h index e07ee55..04c2d06 100644 --- a/source/http/server.h +++ b/source/http/server.h @@ -37,6 +37,8 @@ private: public: Server(unsigned); + ~Server(); + unsigned get_port() const; void use_event_dispatcher(IO::EventDispatcher *); void delay_response(Response &);