| 416 | } |
| 417 | |
| 418 | void PNode :: SetTimeoutMs(const int iTimeoutMs) |
| 419 | { |
| 420 | for (auto & poGroup : m_vecGroupList) |
| 421 | { |
| 422 | poGroup->GetCommitter()->SetTimeoutMs(iTimeoutMs); |
| 423 | } |
| 424 | } |
| 425 | |
| 426 | //////////////////////////////////////////////////////////////////////// |
| 427 |
nothing calls this directly
no outgoing calls
no test coverage detected