diff options
author | thlo <smarttv640@gmail.com> | 2013-10-03 12:34:48 +0200 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2013-10-03 12:34:48 +0200 |
commit | da43351ba6ca31c3ad1cab41231ea7ff772b350f (patch) | |
tree | 948c95d51ea231f872f455e5015732b0e0e0123f /responsememblk.h | |
parent | aaa2ea1a1d576dcad5397e4bc650a0efcdd860a4 (diff) | |
download | vdr-plugin-smarttvweb-da43351ba6ca31c3ad1cab41231ea7ff772b350f.tar.gz vdr-plugin-smarttvweb-da43351ba6ca31c3ad1cab41231ea7ff772b350f.tar.bz2 |
handling of commands.conf added. smarttvweb.conf parameter changed from reccmds to commands.
Diffstat (limited to 'responsememblk.h')
-rwxr-xr-x | responsememblk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/responsememblk.h b/responsememblk.h index ab86aaf..80e953d 100755 --- a/responsememblk.h +++ b/responsememblk.h @@ -71,7 +71,9 @@ class cResponseMemBlk : public cResponseBase { int sendManifest (struct stat *statbuf, bool is_hls = true); void sendTimersXml(); void sendRecCmds(); + void sendCmds(); void receiveExecRecCmdReq(); + void receiveExecCmdReq(); void receiveAddTimerReq(); void receiveActTimerReq(); |