diff options
author | lado <herrlado@gmail.com> | 2011-10-19 16:39:50 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2011-10-19 16:39:50 +0200 |
commit | 2d2b88862e96220a4a7befa5fa5fae8909857e1d (patch) | |
tree | 176bdc2d8af9ce8b0fc8f5c8b1dcb0c72e061869 /vdr-vdrmanager/helpers.h | |
parent | b3453c5ee19608992fec0dfb4c533ed7d94a6fdc (diff) | |
download | vdr-manager-2d2b88862e96220a4a7befa5fa5fae8909857e1d.tar.gz vdr-manager-2d2b88862e96220a4a7befa5fa5fae8909857e1d.tar.bz2 |
toLower
Diffstat (limited to 'vdr-vdrmanager/helpers.h')
-rw-r--r-- | vdr-vdrmanager/helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vdr-vdrmanager/helpers.h b/vdr-vdrmanager/helpers.h index a9d9e94..b5cd08e 100644 --- a/vdr-vdrmanager/helpers.h +++ b/vdr-vdrmanager/helpers.h @@ -19,6 +19,7 @@ public: static string SetTimer(string args); static string SearchEvents(string args); static string ToUpper(string text); + static string ToLower(string text); static string Trim(string text); private: static string SafeCall(string (*)()); |