summaryrefslogtreecommitdiff
path: root/eit.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-08-25 10:49:02 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-08-25 10:49:02 +0200
commit2d487365a12c857a4c1fd424ce900f7b35855ba1 (patch)
tree412a11a0d26acc224895d520e1f0089975426de8 /eit.c
parente63b279d967564b847f19dbd694dab9a577acfb1 (diff)
downloadvdr-2d487365a12c857a4c1fd424ce900f7b35855ba1.tar.gz
vdr-2d487365a12c857a4c1fd424ce900f7b35855ba1.tar.bz2
New SVDRP command CLRE
Diffstat (limited to 'eit.c')
-rw-r--r--eit.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/eit.c b/eit.c
index ca319138..86590490 100644
--- a/eit.c
+++ b/eit.c
@@ -16,7 +16,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: eit.c 1.48 2002/08/11 11:11:12 kls Exp $
+ * $Id: eit.c 1.49 2002/08/25 10:43:36 kls Exp $
***************************************************************************/
#include "eit.h"
@@ -1035,6 +1035,13 @@ bool cSIProcessor::Read(FILE *f)
return result;
}
+void cSIProcessor::Clear(void)
+{
+ cMutexLock MutexLock(&schedulesMutex);
+ delete schedules;
+ schedules = new cSchedules;
+}
+
void cSIProcessor::SetEpgDataFileName(const char *FileName)
{
epgDataFileName = NULL;