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