| 144 | //////////////////////////////////////////////////// |
| 145 | |
| 146 | void Committer :: SetTimeoutMs(const int iTimeoutMs) |
| 147 | { |
| 148 | m_iTimeoutMs = iTimeoutMs; |
| 149 | } |
| 150 | |
| 151 | void Committer :: SetMaxHoldThreads(const int iMaxHoldThreads) |
| 152 | { |
nothing calls this directly
no outgoing calls
no test coverage detected