- controlapi: reformat yCgiCallList

This commit is contained in:
svenhoefer
2016-02-21 20:20:23 +01:00
parent 89e0ba1a41
commit ca34eadcf1

View File

@@ -157,9 +157,9 @@ void CControlAPI::compatibility_Timer(CyhookHandler *hh)
const CControlAPI::TyCgiCall CControlAPI::yCgiCallList[]= const CControlAPI::TyCgiCall CControlAPI::yCgiCallList[]=
{ {
// channel & bouquet & epg & zapping handling // channel & bouquet & epg & zapping handling
{"getservicesxml", &CControlAPI::GetServicesxmlCGI,""}, {"getservicesxml", &CControlAPI::GetServicesxmlCGI, ""},
{"getbouquetsxml", &CControlAPI::GetBouquetsxmlCGI,""}, {"getbouquetsxml", &CControlAPI::GetBouquetsxmlCGI, ""},
{"getubouquetsxml", &CControlAPI::GetUBouquetsxmlCGI,""}, {"getubouquetsxml", &CControlAPI::GetUBouquetsxmlCGI, ""},
{"channellist", &CControlAPI::ChannellistCGI, "text/plain"}, {"channellist", &CControlAPI::ChannellistCGI, "text/plain"},
{"logolist", &CControlAPI::LogolistCGI, "text/plain"}, {"logolist", &CControlAPI::LogolistCGI, "text/plain"},
{"getbouquet", &CControlAPI::GetBouquetCGI, "+xml"}, {"getbouquet", &CControlAPI::GetBouquetCGI, "+xml"},
@@ -224,8 +224,6 @@ const CControlAPI::TyCgiCall CControlAPI::yCgiCallList[]=
{"file", &CControlAPI::FileCGI, "+xml"}, {"file", &CControlAPI::FileCGI, "+xml"},
{"statfs", &CControlAPI::StatfsCGI, "+xml"}, {"statfs", &CControlAPI::StatfsCGI, "+xml"},
{"getdir", &CControlAPI::getDirCGI, "+xml"} {"getdir", &CControlAPI::getDirCGI, "+xml"}
}; };
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Main Dispatcher // Main Dispatcher