version 0.1.7
[fms.git] / include / http / pages / addpeerpage.h
1 #ifndef _addpeerpage_\r
2 #define _addpeerpage_\r
3 \r
4 #include "../ipagehandler.h"\r
5 #include "../../idatabase.h"\r
6 \r
7 class AddPeerPage:public IPageHandler,public IDatabase\r
8 {\r
9 public:\r
10         AddPeerPage(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  // _addpeerpage_\r