X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ftimers.h;h=aa5bc8f5e383a3471ae5c35d0ecd5e0cd92a3073;hb=d1f14e9baf9a6201bcae96e13b0b25bfe6d823f4;hp=abb0e334e87bd9ae87b8ec25e689daaf732f560c;hpb=d06d0b1d631e7a48c34738397e98651f541d4000;p=xestiaab%2F.git diff --git a/source/common/timers.h b/source/common/timers.h index abb0e33..aa5bc8f 100644 --- a/source/common/timers.h +++ b/source/common/timers.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(); };