X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Fpeertrustpage.h;fp=include%2Fhttp%2Fpages%2Fpeertrustpage.h;h=cce9ae60493b0da64060a7582344e324ffc411db;hb=dec33c63afafabf83c3039e916725cac6faef9b3;hp=851296f6586562d2197d587b32fbcfb11f3a2abf;hpb=9b22dd53fe62e312c1647310b7ec43aa127090af;p=fms.git diff --git a/include/http/pages/peertrustpage.h b/include/http/pages/peertrustpage.h index 851296f..cce9ae6 100644 --- a/include/http/pages/peertrustpage.h +++ b/include/http/pages/peertrustpage.h @@ -9,6 +9,8 @@ class PeerTrustPage:public IPageHandler,public IDatabase public: PeerTrustPage(const std::string &templatestr):IPageHandler(templatestr) {} + IPageHandler *New() { return new PeerTrustPage(m_template); } + private: const bool WillHandleURI(const std::string &uri); const std::string GeneratePage(const std::string &method, const std::map &queryvars);