version 0.3.0
[fms.git] / include / http / pages / execquerypage.h
index 4679ec2..37255b9 100644 (file)
@@ -9,6 +9,8 @@ class ExecQueryPage:public IPageHandler,public IDatabase
 public:\r
        ExecQueryPage(const std::string &templatestr):IPageHandler(templatestr)         {}\r
 \r
+       IPageHandler *New()     { return new ExecQueryPage(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