| 44 | } |
| 45 | |
| 46 | void MsgCounter :: AddReceive(const nodeid_t iNodeID) |
| 47 | { |
| 48 | if (m_setReceiveMsgNodeID.find(iNodeID) == m_setReceiveMsgNodeID.end()) |
| 49 | { |
| 50 | m_setReceiveMsgNodeID.insert(iNodeID); |
| 51 | } |
| 52 | } |
| 53 | |
| 54 | void MsgCounter :: AddReject(const nodeid_t iNodeID) |
| 55 | { |
nothing calls this directly
no outgoing calls
no test coverage detected