neutrino.cpp: register CZapitClient::EVT_TUNE_COMPLETE;

send full channel id with Sectionsd->setServiceChanged - mask will be done in sectionsd.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 1af6f79d2c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-19 (Sun, 19 Feb 2012)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-02-19 14:17:46 +04:00
parent 9facc0726d
commit bceeb8bb27
4 changed files with 13 additions and 12 deletions

View File

@@ -183,7 +183,7 @@ void CNeutrinoAPI::ZapToChannelId(t_channel_id channel_id)
}
if (Zapit->zapTo_serviceID(channel_id) != CZapitClient::ZAP_INVALID_PARAM)
Sectionsd->setServiceChanged(channel_id&0xFFFFFFFFFFFFULL, false);
Sectionsd->setServiceChanged(channel_id, false);
}
//-------------------------------------------------------------------------
@@ -196,7 +196,7 @@ void CNeutrinoAPI::ZapToSubService(const char * const target)
&channel_id);
if (Zapit->zapTo_subServiceID(channel_id) != CZapitClient::ZAP_INVALID_PARAM)
Sectionsd->setServiceChanged(channel_id&0xFFFFFFFFFFFFULL, false);
Sectionsd->setServiceChanged(channel_id, false);
}
//-------------------------------------------------------------------------
t_channel_id CNeutrinoAPI::ChannelNameToChannelId(std::string search_channel_name)