adzap: use adzap-thread in epg view; remove pseudo timertype ADZAP

Origin commit data
------------------
Commit: 19154192db
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-29 (Mon, 29 Feb 2016)

Origin message was:
------------------
- adzap: use adzap-thread in epg view; remove pseudo timertype ADZAP
This commit is contained in:
vanhofen
2016-02-29 14:00:09 +01:00
parent f3a4938585
commit 87689bdf1e
8 changed files with 39 additions and 72 deletions

View File

@@ -87,7 +87,7 @@ class CEpgData
void showText( int startPos, int ypos );
bool hasFollowScreenings(const t_channel_id channel_id, const std::string & title);
int FollowScreenings(const t_channel_id channel_id, const std::string & title);
void showTimerEventBar(bool show, bool webzap=false);
void showTimerEventBar(bool show, bool adzap = false);
bool isCurrentEPG(const t_channel_id channel_id);
public: