Pass channed if with CTimerd::RecordingStopInfo

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1563 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 13cc2264d7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-07-21 (Thu, 21 Jul 2011)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2011-07-21 10:08:03 +00:00
parent 10c65d19e5
commit d1b8c9c144
2 changed files with 2 additions and 0 deletions

View File

@@ -135,6 +135,7 @@ class CTimerd
struct RecordingStopInfo
{
int eventID;
t_channel_id channel_id;
};
struct responseGetTimer

View File

@@ -1202,6 +1202,7 @@ void CTimerEvent_Record::stopEvent()
CTimerd::RecordingStopInfo stopinfo;
// Set EPG-ID if not set
stopinfo.eventID = eventID;
stopinfo.channel_id = eventInfo.channel_id;
CTimerManager::getInstance()->getEventServer()->sendEvent(CTimerdClient::EVT_RECORD_STOP,
CEventServer::INITID_TIMERD,
&stopinfo,