X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Factmgr%2FfrmActivityMgr.h;h=fec4778a807352fe84ac15f582a792ce1a79fcd2;hb=0b0653fe89542994aa91b0cef674a123ba66bedf;hp=55458b1884d746c1d915e47e649e15be8cd4dee7;hpb=17ceb4e3a5a0b0fdb902775773699bfbbccc7b5c;p=xestiaab%2F.git diff --git a/source/actmgr/frmActivityMgr.h b/source/actmgr/frmActivityMgr.h index 55458b1..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 @@ -95,6 +100,8 @@ 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;