X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Ftimers.h;h=10ce0e6cd51e45d592d26592ca1c0dff8887af21;hp=0af0942401a035391d08fc77843f20e08369d622;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hpb=2c8998278759b5bf6fc3bcf75afd289c214b6c84 diff --git a/source/common/timers.h b/source/common/timers.h index 0af0942..10ce0e6 100644 --- a/source/common/timers.h +++ b/source/common/timers.h @@ -17,13 +17,26 @@ // with Xestia Address Book. If not, see #include -#include -#include #include #include +#include +#include +#include +#include +#include +#include +#include + #include "../actmgr/frmActivityMgr.h" #include "../contacteditor/frmContactEditor.h" #include "../connobject/ConnectionObject.h" +#include "../frmContact.h" +#include "../frmMain.h" +#include "../bitmaps.h" +#include "../enums.h" +#include "../common/preferences.h" +#include "../common/etag.h" +#include "../common/dirs.h" #include "etag.h" #ifndef TIMERS_H @@ -107,7 +120,7 @@ class wxETagProcessTimer : public wxTimer private: int intActivityProgress = 0; std::map ETagDBList; - //std::map ETagDBListv3; + std::mutex ReloadLock; public: wxETagProcessTimer():wxTimer() @@ -117,7 +130,6 @@ public: void Notify(); ETagDB* GetPointer(wxString Filename); void ReloadAccounts(); - //void SetupPointers(frmActivityMgr *ActMgr); };