summaryrefslogtreecommitdiff
path: root/equivhandler.h
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-06-01 16:00:14 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2012-06-01 16:00:14 +0200
commit2505269770dafd11394db3443a2a165a353d73c4 (patch)
treed364cd264e0d094e165ac01f33ead1602c415cdd /equivhandler.h
parent80c9c7fa84f17dbe2779c2a27dac82a001e33101 (diff)
downloadvdr-plugin-eepg-2505269770dafd11394db3443a2a165a353d73c4.tar.gz
vdr-plugin-eepg-2505269770dafd11394db3443a2a165a353d73c4.tar.bz2
added cAddEventThread from VDR EPGFixer Plug-in to update equivalent channels in separate thread
Diffstat (limited to 'equivhandler.h')
-rw-r--r--equivhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/equivhandler.h b/equivhandler.h
index fdfd343..7e7cad7 100644
--- a/equivhandler.h
+++ b/equivhandler.h
@@ -25,6 +25,7 @@ public:
void loadEquivalentChannelMap (void);
void updateEquivalent(cSchedules * Schedules, tChannelID channelID, cEvent *pEvent);
+ void updateEquivalent(tChannelID channelID, cEvent *pEvent);
void sortEquivalents(tChannelID channelID, cSchedules* Schedules);
static multimap<string, string> getEquiChanMap() { return cEquivHandler::equiChanMap; };