diff options
author | thlo <t.lohmar@gmx.de> | 2013-05-25 12:13:34 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-05-25 12:13:34 +0200 |
commit | aec1dc17d2b04236b4ea35fa1a44379602ee19b9 (patch) | |
tree | f4cdb2bcc8ffecdcfea5d2b723c7eb14881d3bdd /responsememblk.h | |
parent | 12acbea847e73b13ff4e29af2455ebc60d9508f4 (diff) | |
download | vdr-plugin-smarttvweb-aec1dc17d2b04236b4ea35fa1a44379602ee19b9.tar.gz vdr-plugin-smarttvweb-aec1dc17d2b04236b4ea35fa1a44379602ee19b9.tar.bz2 |
serverName.xml added. Skeleton for getRecCmds.xml added.
Diffstat (limited to 'responsememblk.h')
-rw-r--r-- | responsememblk.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/responsememblk.h b/responsememblk.h index 34d98b1..206c33c 100644 --- a/responsememblk.h +++ b/responsememblk.h @@ -30,6 +30,8 @@ #include <sys/time.h> #include "responsebase.h" +#include <vdr/config.h> + 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<cNestedItem> *commands, string pref); void receiveAddTimerReq(); void receiveDelTimerReq(); |