X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Fconfirmpage.h;h=2ad4ed9dbd8c25d251880ca9dd83d0a99f7f608a;hb=278ee758050cb7772cd95946688c5b40104f4d8b;hp=10ee226e7cfa08dcb05e5630ea881d490093233b;hpb=18b45335ba24f3b6b6d4f4acfe8c5a5ae845ce00;p=fms.git 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);