[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kdecore/network
From:       Thiago Macieira <thiago.macieira () kdemail ! net>
Date:       2004-10-31 23:54:47
Message-ID: 20041031235447.AA90F16C72 () office ! kde ! org
[Download RAW message or body]

CVS commit by thiago: 

NoError is not an error and, therefore, certainly not a fatal error.
Thanks to Michel Hermier for pointing it out.

CCMAIL:michel.hermier@wanadoo.fr


  M +2 -1      ksocketbase.cpp   1.9


--- kdelibs/kdecore/network/ksocketbase.cpp  #1.8:1.9
@@ -1,4 +1,4 @@
 /*  -*- C++ -*-
- *  Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
+ *  Copyright (C) 2003,2004 Thiago Macieira <thiago.macieira@kdemail.net>
  *
  *
@@ -258,4 +258,5 @@ bool KSocketBase::isFatalError(int code)
     case WouldBlock:
     case InProgress:
+    case NoError:
       return false;
     }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic