diff options
author | thlo <smarttv640@gmail.com> | 2013-05-10 13:19:35 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-05-10 13:19:35 +0200 |
commit | dd891f96d0a78bb8c4a162a012e6b68d01eb95b0 (patch) | |
tree | 8ca5f0206343e288eeb4c8e598b537181ab4c225 /responsememblk.h | |
parent | 955cfa428e47bdf1ce15ee8f9d2681af983b151a (diff) | |
download | vdr-plugin-smarttvweb-dd891f96d0a78bb8c4a162a012e6b68d01eb95b0.tar.gz vdr-plugin-smarttvweb-dd891f96d0a78bb8c4a162a012e6b68d01eb95b0.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(); |