controlapi: add /getchannelid function to get full id too

Origin commit data
------------------
Commit: 3ceaae4efb
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-24 (Wed, 24 Feb 2016)

Origin message was:
------------------
- controlapi: add /getchannelid function to get full id too
This commit is contained in:
vanhofen
2016-02-24 13:43:35 +01:00
parent 5286a99f23
commit 5a00327ca2
2 changed files with 27 additions and 12 deletions

View File

@@ -19,6 +19,7 @@ class CControlAPI : public Cyhook
private:
// Dispatcher Array
typedef void (CControlAPI::*TyFunc)(CyhookHandler *hh);
std::string func_req;
typedef struct
{
const char *func_name;
@@ -83,7 +84,7 @@ private:
void GetServicesxmlCGI(CyhookHandler *hh);
void GetBouquetsxmlCGI(CyhookHandler *hh);
void GetUBouquetsxmlCGI(CyhookHandler *hh);
void GetChannel_IDCGI(CyhookHandler *hh);
void GetChannelIDCGI(CyhookHandler *hh);
void GetTPChannel_IDCGI(CyhookHandler *hh);
void MessageCGI(CyhookHandler *hh);
void InfoCGI(CyhookHandler *hh);