neutrino: show epg infos on announce recording, supplement to c044df3aab

Origin commit data
------------------
Branch: ni/coolstream
Commit: c44683151e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-29 (Mon, 29 Oct 2012)

Origin message was:
------------------
 neutrino: show epg infos on announce recording, supplement to c044df3aab

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-10-29 11:01:29 +01:00
parent c044df3aab
commit 3dc2604128

View File

@@ -1250,8 +1250,15 @@ void CTimerEvent_Record::Refresh()
//=============================================================
void CTimerEvent_Zapto::announceEvent()
{
Refresh();
CTimerd::RecordingInfo ri=eventInfo;
ri.eventID=eventID;
ri.recordingDir[0] = 0;
strcpy(ri.epgTitle, epgTitle.substr(0,sizeof(ri.epgTitle)-1).c_str());
CTimerManager::getInstance()->getEventServer()->sendEvent(CTimerdClient::EVT_ANNOUNCE_ZAPTO,
CEventServer::INITID_TIMERD);
CEventServer::INITID_TIMERD,
&ri,sizeof(CTimerd::RecordingInfo));
}
//------------------------------------------------------------
void CTimerEvent_Zapto::fireEvent()