diff options
author | thlo <smarttv640@gmail.com> | 2013-09-15 08:12:04 +0200 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2013-09-15 08:12:04 +0200 |
commit | 1e6b04826b45bbb0a9b2df1fa7413ef80b112e3a (patch) | |
tree | 14844e23f3db95fd545e56f6e4d37a3a09e2a30d /responsememblk.h | |
parent | b0bc0c365594276f6f14fec785e4fb8a37ad79c5 (diff) | |
download | vdr-plugin-smarttvweb-1e6b04826b45bbb0a9b2df1fa7413ef80b112e3a.tar.gz vdr-plugin-smarttvweb-1e6b04826b45bbb0a9b2df1fa7413ef80b112e3a.tar.bz2 |
New function to activate and deactivate a timer
Diffstat (limited to 'responsememblk.h')
-rwxr-xr-x | responsememblk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/responsememblk.h b/responsememblk.h index 5f564c2..ab86aaf 100755 --- a/responsememblk.h +++ b/responsememblk.h @@ -74,6 +74,7 @@ class cResponseMemBlk : public cResponseBase { void receiveExecRecCmdReq(); void receiveAddTimerReq(); + void receiveActTimerReq(); void receiveDelTimerReq(); void receiveDelFileReq(); |