marshalling on sessions, missing override tag
This commit is contained in:
parent
cdde1ce9b8
commit
667482cfea
10 changed files with 57 additions and 15 deletions
|
|
@ -76,6 +76,9 @@ public:
|
|||
void removeSessionFromFront(SessionHandler* sh);
|
||||
void deleteSessions();
|
||||
void createSessionHandlers();
|
||||
std::mutex sessionHandlersMutex;
|
||||
void lockSessionCollections();
|
||||
void unlockSessionCollections();
|
||||
|
||||
~EndpointHandler();
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue