X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fstreamsocket.h;h=37c5b8e09ae762975fc2c98d1747ddf6a7969bf0;hp=66841de0217f6fd5fb20dc6064c745980241ba47;hb=28e7bf7a13656620452e19d017ea5eedf14a8bc5;hpb=a81c41acd873cda7f40bca634782230d9e57dc4f diff --git a/source/streamsocket.h b/source/streamsocket.h index 66841de..37c5b8e 100644 --- a/source/streamsocket.h +++ b/source/streamsocket.h @@ -24,9 +24,9 @@ private: public: StreamSocket(Family, int = 0); + virtual int connect(const SockAddr &); bool is_connecting() const { return connecting; } int poll_connect(const Time::TimeDelta &); - int connect(const SockAddr &); private: void on_event(IO::PollEvent); };