version 0.1.12
[fms.git] / include / http / pages / execquerypage.h
1 #ifndef _execquerypage_\r
2 #define _execquerypage_\r
3 \r
4 #include "../ipagehandler.h"\r
5 #include "../../idatabase.h"\r
6 \r
7 class ExecQueryPage:public IPageHandler,public IDatabase\r
8 {\r
9 public:\r
10         ExecQueryPage(const std::string &templatestr):IPageHandler(templatestr)         {}\r
11 \r
12 private:\r
13         const bool WillHandleURI(const std::string &uri);\r
14         const std::string GeneratePage(const std::string &method, const std::map<std::string,std::string> &queryvars);\r
15         \r
16 };\r
17 \r
18 #endif  // _execquerypage_\r