#ifndef HANDLERFACTORY_H #define HANDLERFACTORY_H #include #include "handler.h" #include "../template.h" std::unique_ptr createHandler(const std::string &action, Template &templ, Database &db, Session &usersession, UrlProvider &urlprovider, ICache &cache); #endif // HANDLERFACTORY_H