mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Renamed the method used for adding sessions.
This commit is contained in:
@ -11,7 +11,7 @@ YACReaderHttpSessionStore::YACReaderHttpSessionStore(HttpSessionStore *sessionSt
|
||||
cleanupTimer.start(60000);
|
||||
}
|
||||
|
||||
void YACReaderHttpSessionStore::setYACReaderHttpSession(const QByteArray &httpSessionId, YACReaderHttpSession *yacreaderHttpSession)
|
||||
void YACReaderHttpSessionStore::addYACReaderHttpSession(const QByteArray &httpSessionId, YACReaderHttpSession *yacreaderHttpSession)
|
||||
{
|
||||
QMutexLocker locker(&mutex);
|
||||
|
||||
|
Reference in New Issue
Block a user