X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ftimers.h;h=4bb44825913e58ea4df10e80058fe4e642c2cbf6;hb=5bbec6485902eab5202fb8d89c0ec8d5c4ddd891;hp=f9c6902f84d392b236a97d7f60a38dc6ad194867;hpb=969329975a0af9d346c76dc34e9ff9cd54cc61ee;p=xestiaab%2F.git diff --git a/source/common/timers.h b/source/common/timers.h index f9c6902..4bb4482 100644 --- a/source/common/timers.h +++ b/source/common/timers.h @@ -1,9 +1,27 @@ +// timers.h - Timers subroutines header. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Address Book is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Address Book. If not, see + #include #include #include #include #include -#include "../frmActivityMgr.h" +#include "../actmgr/frmActivityMgr.h" #include "../contacteditor/frmContactEditor.h" #include "etag.h" @@ -12,6 +30,7 @@ struct ETagDB; struct frmContactEditor; +struct CardDAV; class wxActTimer : public wxTimer { @@ -57,6 +76,7 @@ private: std::map *ActListPtr; std::map *ActListUIPtr; std::map *ActListDetailPtr; + std::map *ActListConnPtr; wxListCtrl *lstActivityPtr; wxStaticText *lblDetailsPtr; bool *TasksActivePtr; @@ -77,7 +97,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(); };