version 0.3.23
[fms.git] / include / http / pages / announceidentitypage.h
index e2817f9..b4bf78a 100644 (file)
@@ -7,7 +7,9 @@
 class AnnounceIdentityPage:public IPageHandler,public IDatabase\r
 {\r
 public:\r
-       AnnounceIdentityPage(const std::string &templatestr):IPageHandler(templatestr)  {}\r
+       AnnounceIdentityPage(const std::string &templatestr):IPageHandler(templatestr,"announceidentity.htm")   {}\r
+\r
+       IPageHandler *New()     { return new AnnounceIdentityPage(m_template); }\r
 \r
 private:\r
        const bool WillHandleURI(const std::string &uri);\r