diff options
author | lado <herrlado@gmail.com> | 2012-04-29 22:48:34 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2012-04-29 22:48:34 +0200 |
commit | 3b9bafa7c95e79fb4bd2a88f56fc6d594b0f9860 (patch) | |
tree | fb8a44a8d6b26f7f9726264ff9b81a08a16043ec /vdr-vdrmanager/helpers.h | |
parent | d48b577683a6f1992a8bac65d8e5e3365fd55cef (diff) | |
download | vdr-manager-3b9bafa7c95e79fb4bd2a88f56fc6d594b0f9860.tar.gz vdr-manager-3b9bafa7c95e79fb4bd2a88f56fc6d594b0f9860.tar.bz2 |
Feature #951
Bug #950
Diffstat (limited to 'vdr-vdrmanager/helpers.h')
-rw-r--r-- | vdr-vdrmanager/helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vdr-vdrmanager/helpers.h b/vdr-vdrmanager/helpers.h index 6019438..e006d96 100644 --- a/vdr-vdrmanager/helpers.h +++ b/vdr-vdrmanager/helpers.h @@ -22,6 +22,7 @@ public: static string GetTimers(string args); static string GetChannels(string args); static string GetChannelEvents(string args); + static string SetChannel(string args); static string GetTimeEvents(string args); static string GetRecordings(string args); static string DelRecording(string args); @@ -39,6 +40,7 @@ private: static string GetTimersIntern(); static string GetRecordingsIntern(); static string GetChannelsIntern(string wantedChannels); + static string SetChannelIntern(string wantedChannel); static string GetEventsIntern(string wantedChannels, string when); static string DelRecordingIntern(string index); static string SetTimerIntern(string args); |