diff options
author | lordjaxom <lordjaxom> | 2006-03-17 18:25:57 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2006-03-17 18:25:57 +0000 |
commit | 43683f731ba239f445862014e524ae5a62f84cf1 (patch) | |
tree | 0c903bb29c764dc4ba9c1a80cf591b69ddaaf16b /status.h | |
parent | d7bfd442720529968403f3d7c2d09410272c6c0e (diff) | |
download | vdr-plugin-text2skin-43683f731ba239f445862014e524ae5a62f84cf1.tar.gz vdr-plugin-text2skin-43683f731ba239f445862014e524ae5a62f84cf1.tar.bz2 |
- adopted to newer vdr
Diffstat (limited to 'status.h')
-rw-r--r-- | status.h | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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: |