Replace the yacreader sessions map with the new store.

This commit is contained in:
Luis Ángel San Martín 2016-06-24 18:28:44 +02:00
parent 0788ae12a2
commit 0358fab47a

View File

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