X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Ftimers.h;h=8859e488f502a85010ed13de4a3b937239a63c4b;hp=67b8412b78f1ebc4080d7f3dd696503b43fde91e;hb=76214fdd5e820c60a468a62fa586749102310f21;hpb=0f5cd35a1b8ff460d2549675e0dc3add4888c761 diff --git a/source/common/timers.h b/source/common/timers.h index 67b8412..8859e48 100644 --- a/source/common/timers.h +++ b/source/common/timers.h @@ -32,7 +32,7 @@ #include "../connobject/ConnectionObject.h" #include "../frmContact.h" #include "../frmMain.h" -#include "../bitmaps.h" +#include "../Bitmaps.h" #include "../enums.h" #include "../common/preferences.h" #include "../common/etag.h" @@ -120,7 +120,7 @@ class wxETagProcessTimer : public wxTimer private: int intActivityProgress = 0; std::map ETagDBList; - //std::map ETagDBListv3; + std::mutex ReloadLock; public: wxETagProcessTimer():wxTimer() @@ -130,7 +130,6 @@ public: void Notify(); ETagDB* GetPointer(wxString Filename); void ReloadAccounts(); - //void SetupPointers(frmActivityMgr *ActMgr); }; @@ -185,4 +184,4 @@ public: void SleepFor(unsigned long longSleepNanoSecs); -#endif \ No newline at end of file +#endif