Update of /cvsroot/wpdev/wolfpack/network
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28604/network
Modified Files:
asyncnetio.cpp
Log Message:
additions
Index: asyncnetio.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/network/asyncnetio.cpp,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** asyncnetio.cpp 19 Sep 2004 22:13:35 -0000 1.54
--- asyncnetio.cpp 5 Oct 2004 13:21:22 -0000 1.55
***************
*** 450,457 ****
}
}
! else if ( nread == 0 )
{
d->socket->close();
! }
}
else
--- 450,457 ----
}
}
! /*else if ( nread == 0 )
{
d->socket->close();
! }*/
}
else
|