version 0.3.0
[fms.git] / include / http / pages / insertedfilespage.h
index c09e638..80c4b0e 100644 (file)
@@ -9,6 +9,8 @@ class InsertedFilesPage:public IPageHandler,public IDatabase
 public:\r
        InsertedFilesPage(const std::string &templatestr):IPageHandler(templatestr)             {}\r
 \r
+       IPageHandler *New()     { return new InsertedFilesPage(m_template); }\r
+\r
 private:\r
        const bool WillHandleURI(const std::string &uri);\r
        const std::string GeneratePage(const std::string &method, const std::map<std::string,std::string> &queryvars);\r