X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Fconfirmpage.h;h=2ad4ed9dbd8c25d251880ca9dd83d0a99f7f608a;hp=10ee226e7cfa08dcb05e5630ea881d490093233b;hb=dec33c63afafabf83c3039e916725cac6faef9b3;hpb=9b22dd53fe62e312c1647310b7ec43aa127090af diff --git a/include/http/pages/confirmpage.h b/include/http/pages/confirmpage.h index 10ee226..2ad4ed9 100644 --- a/include/http/pages/confirmpage.h +++ b/include/http/pages/confirmpage.h @@ -8,6 +8,8 @@ class ConfirmPage:public IPageHandler public: ConfirmPage(const std::string &templatestr):IPageHandler(templatestr) {} + IPageHandler *New() { return new ConfirmPage(m_template); } + private: const bool WillHandleURI(const std::string &uri); const std::string GeneratePage(const std::string &method, const std::map &queryvars);