version 0.1.12
[fms.git] / include / http / pages / execquerypage.h
diff --git a/include/http/pages/execquerypage.h b/include/http/pages/execquerypage.h
new file mode 100644 (file)
index 0000000..4679ec2
--- /dev/null
@@ -0,0 +1,18 @@
+#ifndef _execquerypage_\r
+#define _execquerypage_\r
+\r
+#include "../ipagehandler.h"\r
+#include "../../idatabase.h"\r
+\r
+class ExecQueryPage:public IPageHandler,public IDatabase\r
+{\r
+public:\r
+       ExecQueryPage(const std::string &templatestr):IPageHandler(templatestr)         {}\r
+\r
+private:\r
+       const bool WillHandleURI(const std::string &uri);\r
+       const std::string GeneratePage(const std::string &method, const std::map<std::string,std::string> &queryvars);\r
+       \r
+};\r
+\r
+#endif // _execquerypage_\r