X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstreamsocket.h;h=8b39e91afd358214168c977e299e01bc714d3e76;hb=22a091d02cb008dbc14c1809104487fdd62deade;hp=3fc6d04c4e038acaa53a34f60f8f45ac0dbd4965;hpb=e6f09239fae7ff675e1068365a06803dcc8f8d1f;p=libs%2Fnet.git diff --git a/source/streamsocket.h b/source/streamsocket.h index 3fc6d04..8b39e91 100644 --- a/source/streamsocket.h +++ b/source/streamsocket.h @@ -10,11 +10,6 @@ class StreamSocket: public ClientSocket { friend class StreamServerSocket; -public: - /** Emitted when the socket finishes connecting. The argument is a - platform-dependent error code. */ - sigc::signal signal_connect_finished; - private: /// Used by StreamListenSocket to construct a new socket from accept. StreamSocket(const Private &, const SockAddr &);