summaryrefslogtreecommitdiff
path: root/channelepg.h
diff options
context:
space:
mode:
Diffstat (limited to 'channelepg.h')
-rw-r--r--channelepg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/channelepg.h b/channelepg.h
index 177b104..5321881 100644
--- a/channelepg.h
+++ b/channelepg.h
@@ -24,6 +24,7 @@ private:
cList<cGridElement> grids;
set<long> deletedElements;
bool hasTimer;
+ bool timerIsActive;
bool hasSwitchTimer;
cGridElement *AddEpgGrid(const cEvent *event, cGridElement *after = NULL);
void AddDummyGrid(time_t start, time_t end, cGridElement *after = NULL);
@@ -47,6 +48,7 @@ public:
void SetTimers(void);
void SetTimer(void);
bool HasTimer(void) { return hasTimer; };
+ bool TimerIsActive(void) { return timerIsActive; };
void SetSwitchTimer() {hasSwitchTimer = SwitchTimers.ChannelInSwitchList(channel);};
bool HasSwitchTimer() { return hasSwitchTimer; };
void ClearGrids(void);