summaryrefslogtreecommitdiff
path: root/conflictcheck.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-01-13 19:50:37 +0100
committerChristian Wieninger <cwieninger@gmx.de>2011-01-13 19:50:37 +0100
commit1bec9a83869d50df0b56337975de043f0941337b (patch)
treec730fd3904384fe71e84358cc59d9dc4a6b3169b /conflictcheck.h
parentd757ac880840938594528923fbaa8cc644d0b352 (diff)
downloadvdr-plugin-epgsearch-1bec9a83869d50df0b56337975de043f0941337b.tar.gz
vdr-plugin-epgsearch-1bec9a83869d50df0b56337975de043f0941337b.tar.bz2
fixes for new conflict check handling
Diffstat (limited to 'conflictcheck.h')
-rw-r--r--conflictcheck.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/conflictcheck.h b/conflictcheck.h
index 307883b..13a08f8 100644
--- a/conflictcheck.h
+++ b/conflictcheck.h
@@ -1,5 +1,5 @@
/*
-Copyright (C) 2004-2010 Christian Wieninger
+Copyright (C) 2004-2011 Christian Wieninger
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -58,6 +58,7 @@ class cConflictCheckTimerObj : public cTimerObj
const cEvent* Event();
const cEvent* SetEventFromSchedule();
int Matches(const cEvent *Event, int *Overlap) const;
+ cTimer* OrigTimer() {return Timers.GetTimer(timer); }
};
class TimerObjSort