Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
camelCase: Converted code in main.cpp and common directories
[xestiacalendar/.git] / source / common / svrblist.cpp
index 97163af..802b89c 100644 (file)
 #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