diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-11 09:38:12 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-11 09:38:12 +0200 |
commit | 627916d32a363913f34b255b0a5dc0e89ffe9408 (patch) | |
tree | 48d643ba72e2238faa3493a79434891d111ef6c3 /eit.h | |
parent | cf15f276f9b7b97311003d2d1dc6dcdb444feb37 (diff) | |
download | vdr-627916d32a363913f34b255b0a5dc0e89ffe9408.tar.gz vdr-627916d32a363913f34b255b0a5dc0e89ffe9408.tar.bz2 |
New command line option -E
Diffstat (limited to 'eit.h')
-rw-r--r-- | eit.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -13,7 +13,7 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * $Id: eit.h 1.7 2001/05/25 12:56:53 kls Exp $ + * $Id: eit.h 1.8 2001/08/11 09:06:17 kls Exp $ ***************************************************************************/ #ifndef __EIT_H @@ -126,6 +126,7 @@ private: static int numSIProcessors; static cSchedules *schedules; static cMutex schedulesMutex; + static const char *epgDataFileName; bool masterSIProcessor; bool useTStime; SIP_FILTER *filters; @@ -137,6 +138,8 @@ private: public: cSIProcessor(const char *FileName); ~cSIProcessor(); + static void SetEpgDataFileName(const char *FileName); + static const char *GetEpgDataFileName(void); void SetStatus(bool On); bool SetUseTSTime(bool use); bool SetCurrentServiceID(unsigned short servid); |