| 244 | |
| 245 | |
| 246 | void MonitoringData::release() |
| 247 | { |
| 248 | m_sharedMemory->mutexUnlock(); |
| 249 | m_localMutex.leave(); |
| 250 | } |
| 251 | |
| 252 | |
| 253 | void MonitoringData::enumerate(const char* userName, ULONG generation, SessionList& sessions) |
nothing calls this directly
no test coverage detected