| 52 | } |
| 53 | |
| 54 | void MsgCounter :: AddReject(const nodeid_t iNodeID) |
| 55 | { |
| 56 | if (m_setRejectMsgNodeID.find(iNodeID) == m_setRejectMsgNodeID.end()) |
| 57 | { |
| 58 | m_setRejectMsgNodeID.insert(iNodeID); |
| 59 | } |
| 60 | } |
| 61 | |
| 62 | void MsgCounter :: AddPromiseOrAccept(const nodeid_t iNodeID) |
| 63 | { |
nothing calls this directly
no outgoing calls
no test coverage detected