X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Finsertedfilespage.h;h=80c4b0ed4c400f2b0278eccf117105c15506a3af;hb=dec33c63afafabf83c3039e916725cac6faef9b3;hp=c09e638cd936049a66765911e1fff6fe76c880d9;hpb=63376b2a82c3f6cdf2df56b1f134bd7df0aaab3a;p=fms.git diff --git a/include/http/pages/insertedfilespage.h b/include/http/pages/insertedfilespage.h index c09e638..80c4b0e 100644 --- a/include/http/pages/insertedfilespage.h +++ b/include/http/pages/insertedfilespage.h @@ -9,6 +9,8 @@ class InsertedFilesPage:public IPageHandler,public IDatabase public: InsertedFilesPage(const std::string &templatestr):IPageHandler(templatestr) {} + IPageHandler *New() { return new InsertedFilesPage(m_template); } + private: const bool WillHandleURI(const std::string &uri); const std::string GeneratePage(const std::string &method, const std::map &queryvars);