mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
neutrinoyparser: remove some comments
Origin commit data
------------------
Branch: ni/coolstream
Commit: e5aba4738a
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Origin message was:
------------------
- neutrinoyparser: remove some comments
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -26,7 +26,6 @@
|
|||||||
#include "neutrinoyparser.h"
|
#include "neutrinoyparser.h"
|
||||||
#include "neutrinoapi.h"
|
#include "neutrinoapi.h"
|
||||||
|
|
||||||
|
|
||||||
#include <zapit/channel.h>
|
#include <zapit/channel.h>
|
||||||
#include <zapit/zapit.h>
|
#include <zapit/zapit.h>
|
||||||
#include <zapit/getservices.h>
|
#include <zapit/getservices.h>
|
||||||
@@ -34,7 +33,6 @@
|
|||||||
#include <cs_api.h>
|
#include <cs_api.h>
|
||||||
#include <system/configure_network.h>
|
#include <system/configure_network.h>
|
||||||
|
|
||||||
//NI y-funcs
|
|
||||||
#include "gui/plugins.h"
|
#include "gui/plugins.h"
|
||||||
extern CPlugins *g_Plugins;
|
extern CPlugins *g_Plugins;
|
||||||
#include "gui/infoicons.h"
|
#include "gui/infoicons.h"
|
||||||
@@ -135,7 +133,6 @@ const CNeutrinoYParser::TyFuncCall CNeutrinoYParser::yFuncCallList[]=
|
|||||||
{"get_webtv_list", &CNeutrinoYParser::func_get_webtv_list},
|
{"get_webtv_list", &CNeutrinoYParser::func_get_webtv_list},
|
||||||
{"get_webradio_list", &CNeutrinoYParser::func_get_webradio_list},
|
{"get_webradio_list", &CNeutrinoYParser::func_get_webradio_list},
|
||||||
{"get_xmltv_list", &CNeutrinoYParser::func_get_xmltv_list},
|
{"get_xmltv_list", &CNeutrinoYParser::func_get_xmltv_list},
|
||||||
//NI y-funcs
|
|
||||||
{"infoicons_set_values", &CNeutrinoYParser::func_infoicons_set_values},
|
{"infoicons_set_values", &CNeutrinoYParser::func_infoicons_set_values},
|
||||||
{"netfs_set_values", &CNeutrinoYParser::func_netfs_set_values},
|
{"netfs_set_values", &CNeutrinoYParser::func_netfs_set_values},
|
||||||
{"netfs_read_config", &CNeutrinoYParser::func_netfs_read_config},
|
{"netfs_read_config", &CNeutrinoYParser::func_netfs_read_config},
|
||||||
@@ -1319,7 +1316,7 @@ std::string CNeutrinoYParser::func_get_xmltv_list(CyhookHandler *, std::string)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
// NI y-func : infoicons_set_values
|
// y-func : infoicons_set_values
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
std::string CNeutrinoYParser::func_infoicons_set_values(CyhookHandler *hh, std::string)
|
std::string CNeutrinoYParser::func_infoicons_set_values(CyhookHandler *hh, std::string)
|
||||||
{
|
{
|
||||||
@@ -1350,7 +1347,7 @@ std::string CNeutrinoYParser::func_infoicons_set_values(CyhookHandler *hh, std:
|
|||||||
return yresult;
|
return yresult;
|
||||||
}
|
}
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
// NI y-func : netfs_set_values
|
// y-func : netfs_set_values
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
std::string CNeutrinoYParser::func_netfs_set_values(CyhookHandler *hh, std::string)
|
std::string CNeutrinoYParser::func_netfs_set_values(CyhookHandler *hh, std::string)
|
||||||
{
|
{
|
||||||
@@ -1408,7 +1405,7 @@ std::string CNeutrinoYParser::func_netfs_set_values(CyhookHandler *hh, std::str
|
|||||||
return "ok";
|
return "ok";
|
||||||
}
|
}
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
// NI y-func : netfs_read_config
|
// y-func : netfs_read_config
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
std::string CNeutrinoYParser::func_netfs_read_config(CyhookHandler *, std::string para)
|
std::string CNeutrinoYParser::func_netfs_read_config(CyhookHandler *, std::string para)
|
||||||
{
|
{
|
||||||
@@ -1469,7 +1466,7 @@ std::string CNeutrinoYParser::func_netfs_read_config(CyhookHandler *, std::stri
|
|||||||
return "ok";
|
return "ok";
|
||||||
}
|
}
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
// NI y-func : netfs_write_config
|
// y-func : netfs_write_config
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
std::string CNeutrinoYParser::func_netfs_write_config(CyhookHandler *, std::string para)
|
std::string CNeutrinoYParser::func_netfs_write_config(CyhookHandler *, std::string para)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user