X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnet%2Fsocket.h;h=d917bd8e37e9d1b9a7d81adbfbc98053d6738406;hb=f97f21c17f24e1d426e5b5863676071a5809b185;hp=2e736e9a21d04ffaac1f77a704ae50f3f4ed056b;hpb=d11d422d06ca0277dff4860a0bf71b1844c94b8a;p=libs%2Fnet.git diff --git a/source/net/socket.h b/source/net/socket.h index 2e736e9..d917bd8 100644 --- a/source/net/socket.h +++ b/source/net/socket.h @@ -41,10 +41,10 @@ private: public: ~Socket(); - virtual void set_block(bool); - virtual void set_inherit(bool); + void set_block(bool) override; + void set_inherit(bool) override; const IO::Handle &get_handle(IO::Mode); - virtual const IO::Handle &get_event_handle(); + const IO::Handle &get_event_handle() override; /** Associates the socket with a local address. There must be no existing users of the address. */