This commit is contained in:
Steve Checkoway
2004-09-06 21:02:55 +00:00
parent 0c57ea4852
commit 85e28b0432
3 changed files with 58 additions and 50 deletions
+2 -1
View File
@@ -186,7 +186,8 @@ bool EzSockets::CanRead()
return select(sock+1,scks,NULL,NULL,times) > 0;
}
bool EzSockets::IsError() {
bool EzSockets::IsError()
{
if (state == skERROR)
return true;