summaryrefslogtreecommitdiff
path: root/tools.cpp
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-07 18:42:45 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-07 18:42:45 +0000
commitab7a2112f96bb48ee2713ada4c9ce73322cf3cba (patch)
tree44f229f1c011fc135571849c386f78bbb5a9af48 /tools.cpp
parent9508850d788d905b21cd2622b22cb76e80cf34ca (diff)
downloadvdr-plugin-live-ab7a2112f96bb48ee2713ada4c9ce73322cf3cba.tar.gz
vdr-plugin-live-ab7a2112f96bb48ee2713ada4c9ce73322cf3cba.tar.bz2
- 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
Diffstat (limited to 'tools.cpp')
-rw-r--r--tools.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools.cpp b/tools.cpp
index e135c0b..515418a 100644
--- a/tools.cpp
+++ b/tools.cpp
@@ -1,4 +1,8 @@
#include <stdexcept>
+#include <tnt/httprequest.h>
+#include <tnt/httpreply.h>
+#include <tnt/ecpp.h>
+#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