From 0855e833a16001823d444264081c8175f35f9245 Mon Sep 17 00:00:00 2001 From: darkeye Date: Sat, 19 Oct 2002 12:22:27 +0000 Subject: [PATCH] cosmetic change --- darkice/trunk/src/TcpSocket.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/darkice/trunk/src/TcpSocket.cpp b/darkice/trunk/src/TcpSocket.cpp index ac44fc3..cfbdb15 100644 --- a/darkice/trunk/src/TcpSocket.cpp +++ b/darkice/trunk/src/TcpSocket.cpp @@ -274,7 +274,7 @@ TcpSocket :: read ( void * buf, *----------------------------------------------------------------------------*/ bool TcpSocket :: canWrite ( unsigned int sec, - unsigned int usec ) throw ( Exception ) + unsigned int usec ) throw ( Exception ) { fd_set fdset; struct timeval tv; @@ -352,6 +352,9 @@ TcpSocket :: close ( void ) throw ( Exception ) $Source$ $Log$ + Revision 1.9 2002/10/19 12:22:27 darkeye + cosmetic change + Revision 1.8 2002/08/28 18:24:46 darkeye ported to FreeBSD (removed reference to MSG_NOSIGNAL in TcpSocket.cpp)