X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Fboardspage.h;h=a8e1c1abde054cd1201748e527a5046a6ff17c6e;hb=d5c9f7e6c1dd263dfc85a3cb5941a378a5ddd923;hp=7f8ae92d928656099210d3ef897940fcb17b7271;hpb=ee580d19b7920904587e18d72a3465d52eab6204;p=fms.git diff --git a/include/http/pages/boardspage.h b/include/http/pages/boardspage.h index 7f8ae92..a8e1c1a 100644 --- a/include/http/pages/boardspage.h +++ b/include/http/pages/boardspage.h @@ -9,6 +9,8 @@ class BoardsPage:public IPageHandler,public IDatabase public: BoardsPage(const std::string &templatestr):IPageHandler(templatestr) {} + IPageHandler *New() { return new BoardsPage(m_template); } + private: const bool WillHandleURI(const std::string &uri); const std::string GeneratePage(const std::string &method, const std::map &queryvars);