version 0.3.23
[fms.git] / include / http / pages / forummainpage.h
1 #ifndef _forummainpage_\r
2 #define _forummainpage_\r
3 \r
4 #include "forumpage.h"\r
5 \r
6 class ForumMainPage:public ForumPage\r
7 {\r
8 public:\r
9         ForumMainPage(const std::string &templatestr):ForumPage(templatestr,"forummain.htm")    {}\r
10 \r
11         IPageHandler *New()     { return new ForumMainPage(m_template); }\r
12 \r
13 private:\r
14         const std::string GeneratePage(const std::string &method, const std::map<std::string,std::string> &queryvars);\r
15 };\r
16 \r
17 #endif  // _forummainpage_\r