X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fsocket.cpp;h=c4e98a363a89b9779517f9aab9c95a9cb1a84742;hp=2cc3d88dbce4b2451909f5022b15008764bc7b2e;hb=4feef9d7a2d96668660686d3812973e6f788359a;hpb=28e7bf7a13656620452e19d017ea5eedf14a8bc5 diff --git a/source/socket.cpp b/source/socket.cpp index 2cc3d88..c4e98a3 100644 --- a/source/socket.cpp +++ b/source/socket.cpp @@ -109,10 +109,6 @@ void Socket::bind(const SockAddr &addr) local_addr = addr.copy(); } -/** -Closes the socket. Most operations on the socket will throw an exception after -this. -*/ void Socket::close() { if(handle==MSP_NET_INVALID_SOCKET_HANDLE)