X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Factmgr%2FfrmActivityMgr.h;h=fec4778a807352fe84ac15f582a792ce1a79fcd2;hb=ff65774611d82f2bdbb6cb5c34829cc2e922cf68;hp=45f56fbdfff37275c1fb53174a01c5cf281bc51d;hpb=4bf3e76fa05aad77c1cd5673dd87a551dbffc718;p=xestiaab%2F.git diff --git a/source/actmgr/frmActivityMgr.h b/source/actmgr/frmActivityMgr.h index 45f56fb..fec4778 100644 --- a/source/actmgr/frmActivityMgr.h +++ b/source/actmgr/frmActivityMgr.h @@ -38,6 +38,11 @@ Subclass of frmActivityMgrADT, which is generated by wxFormBuilder. #include "../common/etag.h" #include "../common/dirs.h" #include "../common/preferences.h" +#include "../common/sslcertstructs.h" + +#if defined(__WIN32__) +#include "../common/win32ssl.h" +#endif //// end generated include @@ -69,6 +74,16 @@ struct SSLInvalidTrustNotifObj{ }; #endif +struct ActivityMgrAccountSettings{ + wxString Address; + int Port; + wxString Username; + wxString Password; + bool SSL; + wxString Prefix; + wxString Dir; +}; + /** Implementing frmActivityMgrADT */ class frmActivityMgr : public frmActivityMgrADT { @@ -85,11 +100,14 @@ class frmActivityMgr : public frmActivityMgrADT std::map ActivityListType; std::map ActivityListIndex; std::map ActivityListData; + std::map ActivityListURL; + std::map ActivityListEditMode; std::map ActivityListTaskDetail; std::map ActivityListAccount; std::map ActivityListFilename; std::map ActivityListFullFilename; std::map ActivityListConn; + std::map ActivityListAccSettings; std::map ActivityListETag; std::map ActivityListETagOriginal; std::map ActivityListFinDate;