From 43683f731ba239f445862014e524ae5a62f84cf1 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Fri, 17 Mar 2006 18:25:57 +0000 Subject: - adopted to newer vdr --- status.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'status.h') diff --git a/status.h b/status.h index 0aacd70..16728e8 100644 --- a/status.h +++ b/status.h @@ -1,5 +1,5 @@ /* - * $Id: status.h,v 1.7 2005/06/03 08:53:13 lordjaxom Exp $ + * $Id: status.h,v 1.8 2006/03/17 18:25:57 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_STATUS_H @@ -39,8 +39,10 @@ private: int mLastLanguage; protected: - virtual void Replaying(const cControl *Control, const char *Name); - virtual void Recording(const cDevice *Device, const char *Name); + virtual void Replaying(const cControl *Control, const char *Name, + const char *FileName, bool On); + virtual void Recording(const cDevice *Device, const char *Name, + const char *FileName, bool On); virtual void OsdClear(void); public: -- cgit v1.2.3