Let's make (git) history!
This commit is contained in:
9
handlers/handlerfactory.h
Normal file
9
handlers/handlerfactory.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef HANDLERFACTORY_H
|
||||
#define HANDLERFACTORY_H
|
||||
#include <memory>
|
||||
#include "handler.h"
|
||||
#include "../template.h"
|
||||
|
||||
std::unique_ptr<Handler> createHandler(const std::string &action, Template &templ, Database &db, Session &usersession,
|
||||
UrlProvider &urlprovider, ICache &cache);
|
||||
#endif // HANDLERFACTORY_H
|
Посилання в новій задачі
Block a user