The CAM menu now automatically updates itself in case of a progress display

This commit is contained in:
Klaus Schmidinger
2005-10-02 12:59:53 +02:00
parent 8302d81af2
commit 2fc075f5f9
4 changed files with 15 additions and 3 deletions

3
ci.h
View File

@@ -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 {