Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Win32 Support: Added initial Windows support for frmMain
[xestiaab/.git] / source / frmMain.cpp
index 59c3770..9685929 100644 (file)
@@ -2662,6 +2662,22 @@ void frmMain::ResumeAllTimers(){
 
 #if defined(__APPLE__)
 
+#elif defined(__WIN32__)
+
+void frmMain::UpdateSSLAccountStatus(int AccountID, int SSLStatus, CERT_CONTEXT CertificateContext){
+
+       // Delete existing data.
+
+       AccountCertificateData.erase(AccountID);
+       AccountSSLResult.erase(AccountID);
+
+       // Insert new data.
+
+       AccountCertificateData.insert(std::make_pair(AccountID, CertificateContext));
+       AccountSSLResult.insert(std::make_pair(AccountID, SSLStatus));
+
+}
+
 #else
 
 void frmMain::UpdateSSLAccountStatus(int AccountID, int SSLStatus, SSLCertCollection SSLCertInc){
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