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

List:       kde-commits
Subject:    KDE/kdepim/kresources/groupwise/soap
From:       Laurent Montel <montel () kde ! org>
Date:       2008-08-02 19:31:30
Message-ID: 1217705490.733080.26560.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 841214 by mlaurent:

Add const


 M  +2 -2      groupwiseserver.cpp  


--- trunk/KDE/kdepim/kresources/groupwise/soap/groupwiseserver.cpp #841213:841214
@@ -135,7 +135,7 @@
     if ( !sslErrors.isEmpty() ) {
       // ignore untrusted certs for now, we can't handle it async
       bool untrusted = false;
-      foreach( KSslError err, sslErrors ) {
+      foreach( const KSslError& err, sslErrors ) {
         if ( err.error() == KSslError::UntrustedCertificate ) {
           untrusted = true;
           break;
@@ -1440,7 +1440,7 @@
 {
 
   bool untrusted = false;
-  foreach( KSslError err, errors ) {
+  foreach( const KSslError& err, errors ) {
     // ignore untrusted certs for now, we can't handle it async
     if ( err.error() == KSslError::UntrustedCertificate ) {
       untrusted = true;
[prev in list] [next in list] [prev in thread] [next in thread] 

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