Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
camelCase: Converted code in main.cpp and common directories
[xestiacalendar/.git] / source / common / svrblist.cpp
index 9894b21..802b89c 100644 (file)
@@ -1,37 +1,37 @@
 // svrblist.cpp - Server Blacklist subroutines.
 //
-// (c) 2012-2015 Xestia Software Development.
+// (c) 2012-2017 Xestia Software Development.
 //
-// This file is part of Xestia Address Book.
+// This file is part of Xestia Calendar. Based on Xestia Address Book.
 //
-// Xestia Address Book is free software: you can redistribute it and/or modify
+// Xestia Calendar is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by the
 // Free Software Foundation, version 3 of the license.
 //
-// Xestia Address Book is distributed in the hope that it will be useful,
+// Xestia Calendar is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 // GNU General Public License for more details.
 //
 // You should have received a copy of the GNU General Public License along
-// with Xestia Address Book. If not, see <http://www.gnu.org/licenses/>
+// with Xestia Calendar. If not, see <http://www.gnu.org/licenses/>
 
 #include <wx/wx.h>
 #include <wx/tokenzr.h>
 
-bool CheckBlacklist(wxString ServerAddress){
+bool CheckBlacklist(wxString serverAddress){
 
        // Check if the server address is on the blacklist.
 
-       wxString ServerBlacklist = "google.com";
-       wxString BListHostname;
+       wxString serverBlacklist = "google.com";
+       wxString bListHostname;
 
-       wxStringTokenizer ServerBlacklistTkz(ServerBlacklist, wxT("|"));
+       wxStringTokenizer serverBlacklistTkz(serverBlacklist, wxT("|"));
 
-       while(ServerBlacklistTkz.HasMoreTokens()){
+       while(serverBlacklistTkz.HasMoreTokens()){
        
-               BListHostname = ServerBlacklistTkz.GetNextToken();
-               if (BListHostname == ServerAddress){
+               bListHostname = serverBlacklistTkz.GetNextToken();
+               if (bListHostname == serverAddress){
                        return TRUE;
                }
        
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy