cosmetic change
This commit is contained in:
parent
7a0397534c
commit
0855e833a1
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue