diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-10-02 12:59:53 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-10-02 12:59:53 +0200 |
commit | 2fc075f5f93d0207afc27e88659cedc66d392204 (patch) | |
tree | 319d40b593da5666f90fd6c408da2dbe7e11dfbb /ci.h | |
parent | 8302d81af2cce691722b5f3b22b0fc0f309c68a5 (diff) | |
download | vdr-2fc075f5f93d0207afc27e88659cedc66d392204.tar.gz vdr-2fc075f5f93d0207afc27e88659cedc66d392204.tar.bz2 |
The CAM menu now automatically updates itself in case of a progress display
Diffstat (limited to 'ci.h')
-rw-r--r-- | ci.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: ci.h 1.14 2005/08/20 14:56:11 kls Exp $ + * $Id: ci.h 1.15 2005/10/02 12:51:22 kls Exp $ */ #ifndef __CI_H @@ -40,6 +40,7 @@ public: bool Selectable(void) { return selectable; } bool Select(int Index); bool Cancel(void); + bool HasUpdate(void); }; class cCiEnquiry { |