X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Fhomepage.h;fp=include%2Fhttp%2Fpages%2Fhomepage.h;h=977a0153596ef6698742bf71a978b1ec9d75be10;hb=d8ccfe2b3944adf07d35534459cdda19d15217c8;hp=0000000000000000000000000000000000000000;hpb=21f835f30b4e092c847bf4569a00995774f7330e;p=fms.git diff --git a/include/http/pages/homepage.h b/include/http/pages/homepage.h new file mode 100644 index 0000000..977a015 --- /dev/null +++ b/include/http/pages/homepage.h @@ -0,0 +1,15 @@ +#ifndef _homepage_ +#define _homepage_ + +#include "../ipagehandler.h" + +class HomePage:public IPageHandler +{ +public: + +private: + const bool WillHandleURI(const std::string &uri); + const std::string GeneratePage(const std::string &method, const std::map &queryvars); +}; + +#endif // _homepage_