From aec1dc17d2b04236b4ea35fa1a44379602ee19b9 Mon Sep 17 00:00:00 2001 From: thlo Date: Sat, 25 May 2013 12:13:34 +0200 Subject: serverName.xml added. Skeleton for getRecCmds.xml added. --- responsememblk.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'responsememblk.h') diff --git a/responsememblk.h b/responsememblk.h index 34d98b1..206c33c 100644 --- a/responsememblk.h +++ b/responsememblk.h @@ -30,6 +30,8 @@ #include #include "responsebase.h" +#include + using namespace std; struct sFileEntry { @@ -58,6 +60,7 @@ class cResponseMemBlk : public cResponseBase { int sendChannelsXml (struct stat *statbuf); int sendResumeXml (); int sendVdrStatusXml (struct stat *statbuf); + void sendServerNameXml (); int sendYtBookmarkletJs(); int sendBmlInstHtml(); @@ -66,7 +69,9 @@ class cResponseMemBlk : public cResponseBase { int sendMediaXml (struct stat *statbuf); int sendManifest (struct stat *statbuf, bool is_hls = true); void sendTimersXml(); + void sendRecCmds(); + string writeCommands(const char *title, cList *commands, string pref); void receiveAddTimerReq(); void receiveDelTimerReq(); -- cgit v1.2.3