| 154 | } |
| 155 | |
| 156 | void Committer :: SetProposeWaitTimeThresholdMS(const int iWaitTimeThresholdMS) |
| 157 | { |
| 158 | m_oWaitLock.SetLockWaitTimeThreshold(iWaitTimeThresholdMS); |
| 159 | } |
| 160 | |
| 161 | //////////////////////////////////////////////////// |
| 162 |
nothing calls this directly
no outgoing calls
no test coverage detected