summaryrefslogtreecommitdiff
path: root/eit2.h
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2018-08-21 10:35:07 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2018-08-21 10:35:07 +0200
commitc46be443988489780f993a47d23a42936b49d6c0 (patch)
tree8c40e0fdbe87e54b34461f67010c8a278c04b016 /eit2.h
parentefbf22b18d2509ca8c5bccdb1894661fe8d888d1 (diff)
parent27fbd9ec01e5fc69f83a0649a631223b655b3a7a (diff)
downloadvdr-plugin-eepg-c46be443988489780f993a47d23a42936b49d6c0.tar.gz
vdr-plugin-eepg-c46be443988489780f993a47d23a42936b49d6c0.tar.bz2
Merge branch 'experimental'
Diffstat (limited to 'eit2.h')
-rw-r--r--eit2.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/eit2.h b/eit2.h
index 65d4b82..9a46e7c 100644
--- a/eit2.h
+++ b/eit2.h
@@ -51,9 +51,7 @@ extern bool SystemCharacterTableIsSingleByte;*/
class cEIT2:public SI::EIT
{
public:
- cEIT2(cChannels* Channels, cSchedules * Schedules, int Source, u_char Tid, const u_char * Data,
- EFormat format, bool isEITPid = false,
- bool OnlyRunningStatus = false);
+ cEIT2 (int Source, u_char Tid, const u_char * Data, EFormat format, bool isEITPid = false);
cEIT2 (cSchedule * Schedule, EFormat format);
//protected:
// void updateEquivalent(cSchedules * Schedules, tChannelID channelID, cEvent *pEvent);
@@ -62,7 +60,7 @@ public:
private:
void ProcessEventDescriptors(bool ExternalData, int Source, u_char Tid,
const SI::EIT::Event* SiEitEvent, cEvent* pEvent,
- cSchedules* Schedules, const tChannelID& channelID);
+ const tChannelID& channelID);
private:
bool Empty;
@@ -71,8 +69,6 @@ private:
bool OnlyRunningStatus;
time_t SegmentStart;
time_t SegmentEnd;
- cChannels* Channels;
- cSchedules* Schedules;
EFormat Format;
const cChannel* channel;
};