X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fhttp%2Fpages%2Fcreateidentitypage.h;h=e6d938c1004508b8d0d2bb03cf7f756122791e4f;hb=dec33c63afafabf83c3039e916725cac6faef9b3;hp=4a5374c94f3203766960582ba64e1c484ffd8b72;hpb=9b22dd53fe62e312c1647310b7ec43aa127090af;p=fms.git diff --git a/include/http/pages/createidentitypage.h b/include/http/pages/createidentitypage.h index 4a5374c..e6d938c 100644 --- a/include/http/pages/createidentitypage.h +++ b/include/http/pages/createidentitypage.h @@ -9,6 +9,8 @@ class CreateIdentityPage:public IPageHandler,public IDatabase public: CreateIdentityPage(const std::string &templatestr):IPageHandler(templatestr) {} + IPageHandler *New() { return new CreateIdentityPage(m_template); } + private: const bool WillHandleURI(const std::string &uri); const std::string GeneratePage(const std::string &method, const std::map &queryvars);