From 3a0ab012c018c1d5093c8cdc89537a9d4467afb0 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Thu, 3 May 2007 18:17:16 +0000 Subject: - EPG pages now display record.png or record_timer.png depending on an existing timer - If record_timer.png is displayed one can now edit the timer for an event --- timers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'timers.h') diff --git a/timers.h b/timers.h index 0135761..4bffbad 100644 --- a/timers.h +++ b/timers.h @@ -44,6 +44,7 @@ public: // may only be called from Plugin::MainThreadHook void DoPendingWork(); void DoReloadTimers() { m_timers.ReloadTimers(); } + const cTimer* GetTimer(tEventID eventid, tChannelID channelid); private: typedef std::pair< cTimer*, std::string > TimerPair; -- cgit v1.2.3