X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmEditAccount.h;h=a1515285459fba44f131d2a2ad5cc8fdfa9a20a3;hp=8448c16b25c09a10a73e05921e23389093966cc9;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hpb=ea191b2c0728f4ed18b3665efe00403dcca926cb diff --git a/source/frmEditAccount.h b/source/frmEditAccount.h index 8448c16..a151528 100644 --- a/source/frmEditAccount.h +++ b/source/frmEditAccount.h @@ -26,6 +26,15 @@ Subclass of frmEditAccountADT, which is generated by wxFormBuilder. #include "AppXestiaAddrBk.h" #include +#include "frmInvalidSSLCertificate.h" +#include "common/svrblist.h" +#include "connobject/ConnectionObject.h" + +#if defined(__WIN32__) +#include "common/win32ssl.h" +#else +#include "common/sslcertstructs.h" +#endif //// end generated include @@ -47,6 +56,9 @@ class frmEditAccount : public frmEditAccountADT wxFileConfig *cfgfile; wxString AccName; bool DialogResult = false; +#if defined(__APPLE__) + int DisplayTrustPanel(ConnectionObject *Connection); +#endif //// end generated class members };