| 213 | } |
| 214 | |
| 215 | SystemWorldServerThreadPtr ServerClientContext::systemWorld() const { |
| 216 | RecursiveMutexLocker locker(m_mutex); |
| 217 | return m_systemWorldThread; |
| 218 | } |
| 219 | |
| 220 | void ServerClientContext::clearSystemWorld() { |
| 221 | RecursiveMutexLocker locker(m_mutex); |
no outgoing calls
no test coverage detected