From 5f9d257b756d372a0033db0b17e87e573fefcbfd Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Tue, 24 Apr 2012 00:31:18 +0200 Subject: Added support for mixing channels with different eventids (e.g. zdf,zdfhd) Replaced mixing field with picexists Changed some debugging output --- xmltv2vdr.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'xmltv2vdr.h') diff --git a/xmltv2vdr.h b/xmltv2vdr.h index 419e4cc..4731dde 100644 --- a/xmltv2vdr.h +++ b/xmltv2vdr.h @@ -64,8 +64,7 @@ class cEPGHandler : public cEpgHandler private: cEPGMappings *maps; cEPGSources *sources; - cImport *import; - const char *epgfile; + cImport import; bool epall; sqlite3 *db; void closedb(void); @@ -81,7 +80,6 @@ public: { return (db!=NULL); } - virtual ~cEPGHandler(); virtual bool IgnoreChannel(const cChannel *Channel); virtual bool SetShortText(cEvent *Event,const char *ShortText); virtual bool SetDescription(cEvent *Event,const char *Description); @@ -128,10 +126,10 @@ private: cEPGMappings epgmappings; cEPGSources epgsources; cTEXTMappings textmappings; - sqlite3_mutex *dbmutex; time_t last_housetime_t; time_t last_maintime_t; time_t last_epcheck_t; + time_t nextruntime; char *confdir; char *epgfile; char *srcorder; -- cgit v1.2.3