X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Fhomepage.h;h=0205557a25cfbb28040550d62b071569ecb2856c;hb=7ddb1aeb0b3dc7384597e75f7b3557f2d8f6d14c;hp=977a0153596ef6698742bf71a978b1ec9d75be10;hpb=d8ccfe2b3944adf07d35534459cdda19d15217c8;p=fms.git diff --git a/include/http/pages/homepage.h b/include/http/pages/homepage.h index 977a015..0205557 100644 --- a/include/http/pages/homepage.h +++ b/include/http/pages/homepage.h @@ -2,10 +2,12 @@ #define _homepage_ #include "../ipagehandler.h" +#include "../../idatabase.h" -class HomePage:public IPageHandler +class HomePage:public IPageHandler,public IDatabase { public: + HomePage(const std::string &templatestr):IPageHandler(templatestr) {} private: const bool WillHandleURI(const std::string &uri);