From 1572944ecd70e2d3f716084a058218f3e90f241d Mon Sep 17 00:00:00 2001 From: Jasmin Jessich Date: Sun, 14 May 2017 00:52:37 +0200 Subject: Added comments concerning TODOs --- epgsearch.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'epgsearch.h') diff --git a/epgsearch.h b/epgsearch.h index 7545b39..61ae2eb 100644 --- a/epgsearch.h +++ b/epgsearch.h @@ -341,6 +341,10 @@ public: int TimerMode() const { return m_timerMode; } bool operator<( SearchResult const& other ) const { return m_starttime < other.m_starttime; } const cEvent* GetEvent(); + + /* JJJ: Should be done with a "Channels" argument to be sure the Lock order + * is correct; or find a better way to do this + */ #if VDRVERSNUM >= 20301 const cChannel* GetChannel() { LOCK_CHANNELS_READ; return Channels->GetByChannelID(m_channel); } #else -- cgit v1.2.3