This commit is contained in:
Luis Ángel San Martín
2017-08-26 16:54:10 +02:00
parent 8b20014cc8
commit f149f314e0
105 changed files with 4145 additions and 2089 deletions

View File

@ -11,6 +11,8 @@
#include "httpsessionstore.h"
#include "staticfilecontroller.h"
#include "yacreader_http_session_store.h"
/**
This class contains some static resources that are used by the application.
*/
@ -51,6 +53,8 @@ public:
/** Storage for session cookies */
static HttpSessionStore* sessionStore;
static YACReaderHttpSessionStore* yacreaderSessionStore;
/** Controller for static files */
static StaticFileController* staticFileController;