yweb: remove delivery_system from boxtype tank

and avoid duplicate code


Origin commit data
------------------
Commit: 99b477207f
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-09-20 (Fri, 20 Sep 2013)

Origin message was:
------------------
- yweb: remove delivery_system from boxtype tank

 and avoid duplicate code
This commit is contained in:
vanhofen
2013-09-20 13:36:42 +02:00
parent 0b88f68051
commit 93b0807ac0
4 changed files with 9 additions and 49 deletions

View File

@@ -43,7 +43,6 @@ private:
std::string func_get_audio_pids_as_dropdown(CyhookHandler *hh, std::string para);
std::string func_unmount_get_list(CyhookHandler *hh, std::string para);
std::string func_get_partition_list(CyhookHandler *hh, std::string para);
std::string func_get_boxtype(CyhookHandler *hh, std::string para);
std::string func_get_current_stream_info(CyhookHandler *hh, std::string para);
std::string func_get_timer_list(CyhookHandler *hh, std::string para);
std::string func_set_timer_form(CyhookHandler *hh, std::string para);
@@ -65,6 +64,9 @@ public:
virtual std::string getHookVersion(void) {return std::string("$Revision$");}
virtual THandleStatus Hook_SendResponse(CyhookHandler *hh);
virtual THandleStatus Hook_ReadConfig(CConfigFile *Config, CStringList &ConfigList);
// func TUXBOX
std::string func_get_boxtype(CyhookHandler *hh, std::string para);
};
#endif /*__nhttpd_neutrinoyparser_h__*/