summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-08-19 14:45:31 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-08-19 14:45:31 +0200
commita706fb8643fd891af400c4330417b72f7da8c897 (patch)
treeaf011e96afc1cf3efff5a0b21bfac945d992e2e5 /menu.h
parent73870fc90706ced04a25f19ee72595eb3a9e4d2b (diff)
downloadvdr-a706fb8643fd891af400c4330417b72f7da8c897.tar.gz
vdr-a706fb8643fd891af400c4330417b72f7da8c897.tar.bz2
Getting the event info for the current recording
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/menu.h b/menu.h
index f75ca867..58cc8469 100644
--- a/menu.h
+++ b/menu.h
@@ -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();