X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fsocket.h;h=dbe31512a6f677eeed424d3a12748a50d8fc87eb;hp=c2c17f07dc2d2f42611bbb818bbf45c920c6c04f;hb=bc7f7210f6963c7bd23cce9cea3d3e82a2968f98;hpb=6102d830138013216241b6723527246764103fa0 diff --git a/source/socket.h b/source/socket.h index c2c17f0..dbe3151 100644 --- a/source/socket.h +++ b/source/socket.h @@ -45,9 +45,6 @@ public: type. */ virtual int connect(const SockAddr &) = 0; - /// Closes the socket. Most operations will throw an exception after this. - void close(); - void set_timeout(const Time::TimeDelta &); const SockAddr &get_local_address() const; const SockAddr &get_peer_address() const;