version 0.1.7
[fms.git] / include / http / pages / createidentitypage.h
diff --git a/include/http/pages/createidentitypage.h b/include/http/pages/createidentitypage.h
new file mode 100644 (file)
index 0000000..4a5374c
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef _createidentitypage_\r
+#define _createidentitypage_\r
+\r
+#include "../ipagehandler.h"\r
+#include "../../idatabase.h"\r
+\r
+class CreateIdentityPage:public IPageHandler,public IDatabase\r
+{\r
+public:\r
+       CreateIdentityPage(const std::string &templatestr):IPageHandler(templatestr)    {}\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
+};\r
+\r
+#endif // _createidentitypage_\r