#pragma once #include class StaticFileHandler { public: virtual int answer_pathreq(const char * const path,struct mg_connection *conn)=0; };