X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnet%2Fstreamsocket.h;h=b6d43b5abc227770587c19d199f49f8ebf66291e;hb=f97f21c17f24e1d426e5b5863676071a5809b185;hp=8b39e91afd358214168c977e299e01bc714d3e76;hpb=d11d422d06ca0277dff4860a0bf71b1844c94b8a;p=libs%2Fnet.git diff --git a/source/net/streamsocket.h b/source/net/streamsocket.h index 8b39e91..b6d43b5 100644 --- a/source/net/streamsocket.h +++ b/source/net/streamsocket.h @@ -23,9 +23,9 @@ public: If the socket is non-blocking, this function may return before the connection is fully established. The caller must then use either the poll_connect function or an EventDispatcher to finish the process. */ - virtual bool connect(const SockAddr &); + bool connect(const SockAddr &) override; - virtual bool poll_connect(const Time::TimeDelta &); + bool poll_connect(const Time::TimeDelta &) override; private: void on_event(IO::PollEvent);