GME
13
|
00001 #pragma once 00002 00003 00004 // CSVNDialogSSLServerTrust dialog 00005 00006 class CSVNDialogSSLServerTrust : public CDialogEx 00007 { 00008 DECLARE_DYNAMIC(CSVNDialogSSLServerTrust) 00009 00010 public: 00011 CSVNDialogSSLServerTrust(CWnd* pParent = NULL); // standard constructor 00012 virtual ~CSVNDialogSSLServerTrust(); 00013 00014 // Dialog Data 00015 enum { IDD = IDD_DIALOG_SVNSSLSERVERTRUST }; 00016 00017 protected: 00018 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 00019 00020 DECLARE_MESSAGE_MAP() 00021 public: 00022 CString host; 00023 CString fingerprint; 00024 CString issuer; 00025 CString problems; 00026 BOOL permanent; 00027 virtual BOOL OnInitDialog(); 00028 BOOL permanentEnabled; 00029 };