diff options
author | thlo <t.lohmar@gmx.de> | 2013-05-10 13:19:35 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-05-10 13:19:35 +0200 |
commit | 9674b225dd0fddc5d2fe0c11c108c5167607523d (patch) | |
tree | 8ca5f0206343e288eeb4c8e598b537181ab4c225 /responsememblk.h | |
parent | b08431d6b45acada11104c775d3fb56e907dfa5e (diff) | |
download | vdr-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.h | 6 |
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(); |