From ab7a2112f96bb48ee2713ada4c9ce73322cf3cba Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Sun, 7 Jan 2007 18:42:45 +0000 Subject: - simplified error handling - moved error_widget to error.ecpp as subcomponent - introduced error handling where necessary - moved creation of timer settings string from page to code - added redirect to edit_timer.ecpp after saving a timer --- tools.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools.cpp') diff --git a/tools.cpp b/tools.cpp index e135c0b..515418a 100644 --- a/tools.cpp +++ b/tools.cpp @@ -1,4 +1,8 @@ #include +#include +#include +#include +#include "exception.h" #include "live.h" #include "setup.h" #include "tools.h" @@ -58,4 +62,4 @@ int StringToInt( std::string const& string, int base ) return 0; } -} +} // namespace vdrlive -- cgit v1.2.3