version 0.3.29
[fms.git] / include / http / pages / forumthreadspage.h
1 #ifndef _forumthreads_page_\r
2 #define _forumthreads_page_\r
3 \r
4 #include "forumpage.h"\r
5 \r
6 class ForumThreadsPage:public ForumPage\r
7 {\r
8 public:\r
9         ForumThreadsPage(SQLite3DB::DB *db, const std::string &templatestr):ForumPage(db,templatestr,"forumthreads.htm")        {}\r
10 \r
11         IPageHandler *New()     { return new ForumThreadsPage(m_db,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  // _forumthreads_page_\r