summaryrefslogtreecommitdiff
path: root/responsememblk.h
diff options
context:
space:
mode:
authorthlo <t.lohmar@gmx.de>2013-05-10 13:19:35 +0200
committerthlo <t.lohmar@gmx.de>2013-05-10 13:19:35 +0200
commit9674b225dd0fddc5d2fe0c11c108c5167607523d (patch)
tree8ca5f0206343e288eeb4c8e598b537181ab4c225 /responsememblk.h
parentb08431d6b45acada11104c775d3fb56e907dfa5e (diff)
downloadvdr-plugin-smarttvweb-9674b225dd0fddc5d2fe0c11c108c5167607523d.tar.gz
vdr-plugin-smarttvweb-9674b225dd0fddc5d2fe0c11c108c5167607523d.tar.bz2
New Methods timer.xml and deleterTimer.xml. timestamp added to vdrstatus.xml. HTTP Error responses are numbered (prep for multi-language).
Diffstat (limited to 'responsememblk.h')
-rw-r--r--responsememblk.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/responsememblk.h b/responsememblk.h
index 091d9ae..34d98b1 100644
--- a/responsememblk.h
+++ b/responsememblk.h
@@ -65,7 +65,11 @@ class cResponseMemBlk : public cResponseBase {
int sendUrlsXml ();
int sendMediaXml (struct stat *statbuf);
int sendManifest (struct stat *statbuf, bool is_hls = true);
-
+ void sendTimersXml();
+
+ void receiveAddTimerReq();
+ void receiveDelTimerReq();
+
void receiveClientInfo();
int receiveResume();