Getting the event info for the current recording

This commit is contained in:
Klaus Schmidinger
2001-08-19 14:45:31 +02:00
parent 73870fc907
commit a706fb8643
3 changed files with 42 additions and 5 deletions

4
menu.h
View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: menu.h 1.23 2001/08/11 14:08:50 kls Exp $
* $Id: menu.h 1.24 2001/08/19 14:44:32 kls Exp $
*/
#ifndef _MENU_H
@@ -72,7 +72,9 @@ class cRecordControl {
private:
cDvbApi *dvbApi;
cTimer *timer;
const cEventInfo *eventInfo;
char *instantId;
bool GetEventInfo(void);
public:
cRecordControl(cDvbApi *DvbApi, cTimer *Timer = NULL);
virtual ~cRecordControl();