From e3995189003fd7c180ef53db2a785b61ef16fbd9 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Sat, 30 Mar 2019 18:06:47 +0100 Subject: Some changes for VDR < 2.3.0 --- recmenumanager.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'recmenumanager.h') diff --git a/recmenumanager.h b/recmenumanager.h index 163a117..85dd661 100644 --- a/recmenumanager.h +++ b/recmenumanager.h @@ -15,6 +15,7 @@ private: cRecMenu *activeMenuBuffer; cRecMenu *activeMenuBuffer2; const cEvent *event; + const cEvent *displayEvent; cRecManager *recManager; cTVGuideTimerConflicts *timerConflicts; cDetailView *detailView; @@ -23,14 +24,11 @@ private: void SetBackground(void); void DeleteBackground(void); void DisplaySearchTimerList(void); -#if VDRVERSNUM >= 20301 bool DisplayTimerConflict(const cTimer *timer); -#else - bool DisplayTimerConflict(cTimer *timer); -#endif bool DisplayTimerConflict(int timerID); void DisplayDetailedView(const cEvent *ev); void DisplayFavoriteResults(std::string header, const cEvent **result, int numResults); + eOSState StateMachine(eRecMenuState nextState); public: cRecMenuManager(void); virtual ~cRecMenuManager(void); @@ -39,8 +37,7 @@ public: void Start(const cEvent *event); void StartFavorites(void); void Close(void); - eOSState StateMachine(eRecMenuState nextState); eOSState ProcessKey(eKeys Key); }; -#endif //__TVGUIDE_RECMENUMANAGER_H \ No newline at end of file +#endif //__TVGUIDE_RECMENUMANAGER_H -- cgit v1.2.3