diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-19 14:45:31 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-19 14:45:31 +0200 |
commit | a706fb8643fd891af400c4330417b72f7da8c897 (patch) | |
tree | af011e96afc1cf3efff5a0b21bfac945d992e2e5 /menu.h | |
parent | 73870fc90706ced04a25f19ee72595eb3a9e4d2b (diff) | |
download | vdr-a706fb8643fd891af400c4330417b72f7da8c897.tar.gz vdr-a706fb8643fd891af400c4330417b72f7da8c897.tar.bz2 |
Getting the event info for the current recording
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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(); |