summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-08-03 09:54:18 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-08-03 09:54:18 +0200
commitf8386cdd8bb0fbad05eb7db09bdfd840bac324c8 (patch)
treec22a2d0b2d52ac86c2f56244bb009ad09a1e5da5 /menu.h
parentba1c9fb5349080ea7007ad88d7343059d4d73616 (diff)
downloadvdr-f8386cdd8bb0fbad05eb7db09bdfd840bac324c8.tar.gz
vdr-f8386cdd8bb0fbad05eb7db09bdfd840bac324c8.tar.bz2
Added the usual menu timeout to the CAM menus1.2.2
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 5dd40806..e304ea31 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.56 2003/05/24 16:35:52 kls Exp $
+ * $Id: menu.h 1.57 2003/08/03 09:37:18 kls Exp $
*/
#ifndef __MENU_H
@@ -62,6 +62,7 @@ public:
class cMenuCam : public cOsdMenu {
private:
cCiMenu *ciMenu;
+ time_t lastActivity;
bool selected;
eOSState Select(void);
public:
@@ -73,6 +74,7 @@ public:
class cMenuCamEnquiry : public cOsdMenu {
private:
cCiEnquiry *ciEnquiry;
+ time_t lastActivity;
char *input;
bool replied;
eOSState Reply(void);