X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Fannounceidentitypage.h;h=0ac5be92123222a401294888b44c4357a09270e4;hb=dec33c63afafabf83c3039e916725cac6faef9b3;hp=e2817f9e1a4ec6af0d2a4607a2089a52ee18bc47;hpb=f208e33c29132aacaec448e74341edea1b925a2a;p=fms.git diff --git a/include/http/pages/announceidentitypage.h b/include/http/pages/announceidentitypage.h index e2817f9..0ac5be9 100644 --- a/include/http/pages/announceidentitypage.h +++ b/include/http/pages/announceidentitypage.h @@ -9,6 +9,8 @@ class AnnounceIdentityPage:public IPageHandler,public IDatabase public: AnnounceIdentityPage(const std::string &templatestr):IPageHandler(templatestr) {} + IPageHandler *New() { return new AnnounceIdentityPage(m_template); } + private: const bool WillHandleURI(const std::string &uri); const std::string GeneratePage(const std::string &method, const std::map &queryvars);