| 705 | } |
| 706 | |
| 707 | void PNode :: SetLogSync(const int iGroupIdx, const bool bLogSync) |
| 708 | { |
| 709 | if (!CheckGroupID(iGroupIdx)) |
| 710 | { |
| 711 | return; |
| 712 | } |
| 713 | |
| 714 | m_vecGroupList[iGroupIdx]->GetConfig()->SetLogSync(bLogSync); |
| 715 | } |
| 716 | |
| 717 | ////////////////////////////////////////////////////////////////////// |
| 718 |
nothing calls this directly
no outgoing calls
no test coverage detected