diff options
author | thlo <smarttv640@gmail.com> | 2013-05-25 12:13:34 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-05-25 12:13:34 +0200 |
commit | 5b9d9e9ac4804f5cc7101b88f19948480df597b5 (patch) | |
tree | f4cdb2bcc8ffecdcfea5d2b723c7eb14881d3bdd /responsememblk.h | |
parent | 49d6f58c9abde85506d993a34ec690efb7a8c123 (diff) | |
download | vdr-plugin-smarttvweb-5b9d9e9ac4804f5cc7101b88f19948480df597b5.tar.gz vdr-plugin-smarttvweb-5b9d9e9ac4804f5cc7101b88f19948480df597b5.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(); |