mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
- controlapi: rename EpgSearchTXTCGI -> EpgSearchCGI
This commit is contained in:
@@ -167,7 +167,7 @@ const CControlAPI::TyCgiCall CControlAPI::yCgiCallList[]=
|
||||
{"getmode", &CControlAPI::GetModeCGI, "text/plain"},
|
||||
{"setmode", &CControlAPI::SetModeCGI, "text/plain"},
|
||||
{"epgsearchxml", &CControlAPI::EpgSearchXMLCGI, ""},
|
||||
{"epgsearch", &CControlAPI::EpgSearchTXTCGI, ""},
|
||||
{"epgsearch", &CControlAPI::EpgSearchCGI, ""},
|
||||
{"epg", &CControlAPI::EpgCGI, ""},
|
||||
{"zapto", &CControlAPI::ZaptoCGI, "text/plain"},
|
||||
{"signal", &CControlAPI::SignalInfoCGI, "text/plain"},
|
||||
@@ -1433,7 +1433,7 @@ void CControlAPI::EpgSearchXMLCGI(CyhookHandler *hh)
|
||||
*/
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
void CControlAPI::EpgSearchTXTCGI(CyhookHandler *hh)
|
||||
void CControlAPI::EpgSearchCGI(CyhookHandler *hh)
|
||||
{
|
||||
SendFoundEvents(hh);
|
||||
}
|
||||
|
@@ -55,8 +55,7 @@ private:
|
||||
void SendTimersXML(CyhookHandler *hh);
|
||||
void epgDetailList(CyhookHandler *hh);
|
||||
void EpgSearchXMLCGI(CyhookHandler *hh);
|
||||
void EpgSearchTXTCGI(CyhookHandler *hh);
|
||||
void EpgSearchCGI(CyhookHandler *hh, bool xml_format = false);
|
||||
void EpgSearchCGI(CyhookHandler *hh);
|
||||
// subs
|
||||
friend class CNeutrinoWebserver; // for timer /fb/ compatibility
|
||||
void doModifyTimer(CyhookHandler *hh);
|
||||
|
Reference in New Issue
Block a user