X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ftimers.h;h=5952a57654e822dcaf6821ccb36b3684086e3ff9;hb=e156db40eb817b3dbe13737edc3f625a2db30fa3;hp=abb0e334e87bd9ae87b8ec25e689daaf732f560c;hpb=87b1ab30b0f67dfa0457f9e946757d83cfb25106;p=xestiaab%2F.git diff --git a/source/common/timers.h b/source/common/timers.h index abb0e33..5952a57 100644 --- a/source/common/timers.h +++ b/source/common/timers.h @@ -21,7 +21,7 @@ #include #include #include -#include "../frmActivityMgr.h" +#include "../actmgr/frmActivityMgr.h" #include "../contacteditor/frmContactEditor.h" #include "etag.h" @@ -75,6 +75,7 @@ private: std::map *ActListPtr; std::map *ActListUIPtr; std::map *ActListDetailPtr; + std::map *ActListConnPtr; wxListCtrl *lstActivityPtr; wxStaticText *lblDetailsPtr; bool *TasksActivePtr; @@ -95,7 +96,7 @@ public: std::map *ActListDetail, bool *TasksActive, wxListCtrl *lstActivity, wxStaticText *lblDetails, wxGauge *GauProgress, void *ActMgr, wxActTimer *ActTimer, wxActProcessTimer *ActProcessTimer, - std::map *ActListFinDT); + std::map *ActListFinDT, std::map *ActListConn); void EnableClearup(); };