]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/server.h
Hide Http::Server destructor in the library
[libs/net.git] / source / http / server.h
index e07ee55a2251a860652d98679ac0755ae25921d8..04c2d06b5cf6d386fa7d3f357036f3efaabba4df 100644 (file)
@@ -37,6 +37,8 @@ private:
 
 public:
        Server(unsigned);
+       ~Server();
+
        unsigned get_port() const;
        void use_event_dispatcher(IO::EventDispatcher *);
        void delay_response(Response &);