| 184 | } |
| 185 | |
| 186 | void ChatProcessor::adminBroadcast(String const& text) { |
| 187 | RecursiveMutexLocker locker(m_mutex); |
| 188 | broadcast(ServerConnectionId, text); |
| 189 | } |
| 190 | |
| 191 | void ChatProcessor::adminMessage(MessageContext::Mode context, String const& channelName, String const& text) { |
| 192 | RecursiveMutexLocker locker(m_mutex); |
no outgoing calls
no test coverage detected