cosmetic change

This commit is contained in:
darkeye 2002-10-19 12:22:27 +00:00
parent 7a0397534c
commit 0855e833a1
1 changed files with 4 additions and 1 deletions

View File

@ -274,7 +274,7 @@ TcpSocket :: read ( void * buf,
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
bool bool
TcpSocket :: canWrite ( unsigned int sec, TcpSocket :: canWrite ( unsigned int sec,
unsigned int usec ) throw ( Exception ) unsigned int usec ) throw ( Exception )
{ {
fd_set fdset; fd_set fdset;
struct timeval tv; struct timeval tv;
@ -352,6 +352,9 @@ TcpSocket :: close ( void ) throw ( Exception )
$Source$ $Source$
$Log$ $Log$
Revision 1.9 2002/10/19 12:22:27 darkeye
cosmetic change
Revision 1.8 2002/08/28 18:24:46 darkeye Revision 1.8 2002/08/28 18:24:46 darkeye
ported to FreeBSD (removed reference to MSG_NOSIGNAL in TcpSocket.cpp) ported to FreeBSD (removed reference to MSG_NOSIGNAL in TcpSocket.cpp)