mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
@@ -135,6 +135,7 @@ class CTimerd
|
||||
struct RecordingStopInfo
|
||||
{
|
||||
int eventID;
|
||||
t_channel_id channel_id;
|
||||
};
|
||||
|
||||
struct responseGetTimer
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user