loolwsd: Comments
Change-Id: Ia4e91f18d695ac2249fa1139afbcb5b3f65f87ba
This commit is contained in:
parent
3f421be4da
commit
1b0088ab69
1 changed files with 2 additions and 0 deletions
|
@ -936,6 +936,7 @@ private:
|
|||
}
|
||||
}
|
||||
|
||||
/// Notify all currently active sessions of session with given 'sessionId'
|
||||
void notifyOtherSessions(const std::string& sessionId, const std::string& message) const override
|
||||
{
|
||||
std::unique_lock<std::mutex> lock(_mutex);
|
||||
|
@ -953,6 +954,7 @@ private:
|
|||
}
|
||||
}
|
||||
|
||||
/// Notify session (with given 'sessionId') of other currently active views
|
||||
void notifyCurrentViewOfOtherViews(const std::string& sessionId) const override
|
||||
{
|
||||
std::unique_lock<std::mutex> lock(_mutex);
|
||||
|
|
Loading…
Reference in a new issue