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

List:       kde-commits
Subject:    KDE/kdepimlibs/kioslave/imap4
From:       Ingo Klöcker <kloecker () kde ! org>
Date:       2008-05-24 14:15:58
Message-ID: 1211638558.535512.23077.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 812047 by kloecker:

The use of the static keyword is deprecated when declaring objects in a namespace scope....
- The C++ Standard, ISO/IEC 14882:1998, section 7.3.1.1 paragraph 2


 M  +2 -2      imap4.cpp  


--- trunk/KDE/kdepimlibs/kioslave/imap4/imap4.cpp #812046:812047
@@ -95,8 +95,8 @@
 
 #define IMAP_PROTOCOL "imap"
 #define IMAP_SSL_PROTOCOL "imaps"
-static const int ImapPort = 143;
-static const int ImapsPort = 993;
+const int ImapPort = 143;
+const int ImapsPort = 993;
 
 using namespace KIO;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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