X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;ds=sidebyside;f=source%2FfrmInvalidSSLCertificate.h;h=6a47166deffaa4ac37a245fda8ff7af6b5338fe2;hb=175200bd40a5b9f9001f21e3cf7ae8ea205d8e41;hp=038895e52879c62cf2a744512a63002210872e1a;hpb=4df7ad411323551899262cad3a5ef0e86f27e2a1;p=xestiaab%2F.git diff --git a/source/frmInvalidSSLCertificate.h b/source/frmInvalidSSLCertificate.h index 038895e..6a47166 100644 --- a/source/frmInvalidSSLCertificate.h +++ b/source/frmInvalidSSLCertificate.h @@ -1,3 +1,21 @@ +// frmInvalidSSLCertificate.h - Invalid SSL Certificate form header. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book 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, +// 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 + #ifndef __frmInvalidSSLCertificate__ #define __frmInvalidSSLCertificate__ @@ -28,6 +46,7 @@ class frmInvalidSSLCertificate : public frmInvalidSSLCertificateADT void ViewCertificates( wxCommandEvent& event ); private: SSLCertCollection CertData; + SSLCertCollectionString CertDataString; int intResult; wxString AccountName; public: @@ -35,6 +54,7 @@ class frmInvalidSSLCertificate : public frmInvalidSSLCertificateADT frmInvalidSSLCertificate( wxWindow* parent ); void LoadData(SSLCertCollection CertDataInc, wxString AccountNameInc); void LoadDataNew(SSLCertCollection CertDataInc, wxString DomainNameInc); + void LoadDataNew(SSLCertCollectionString CertDataInc, std::string DomainNameInc); int GetResult(); //// end generated class members