| 242 | } |
| 243 | |
| 244 | QString ReplayManager::GetCurrentProcessingTag() |
| 245 | { |
| 246 | QMutexLocker lock(&m_TimerLock); |
| 247 | return m_CommandTag; |
| 248 | } |
| 249 | |
| 250 | void ReplayManager::AsyncInvoke(const rdcstr &tag, ReplayManager::InvokeCallback m) |
| 251 | { |
no outgoing calls
no test coverage detected