loolwsd: Comments

Change-Id: Ia4e91f18d695ac2249fa1139afbcb5b3f65f87ba
This commit is contained in:
Pranav Kant 2016-09-07 11:37:12 +02:00
parent 3f421be4da
commit 1b0088ab69

View file

@ -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);