The CAM enquiry menu now aborts if Menu is pressed

This commit is contained in:
Klaus Schmidinger
2005-10-03 12:58:22 +02:00
parent 876ad5d5f6
commit 5956f7eeec
3 changed files with 16 additions and 5 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.16 2005/10/02 13:20:41 kls Exp $
* $Id: ci.h 1.17 2005/10/03 12:49:52 kls Exp $
*/
#ifndef __CI_H
@@ -60,6 +60,7 @@ public:
int ExpectedLength(void) { return expectedLength; }
bool Reply(const char *s);
bool Cancel(void);
bool Abort(void);
};
class cCiCaPmt {