| 526 | |
| 527 | bool IsLocalSrcRequestQueued() const { return m_localSrcReqQueued; } |
| 528 | void SetLocalSrcRequestQueued(bool value) { m_localSrcReqQueued = value; } |
| 529 | |
| 530 | void AddA4AFSource(CUpDownClient* src) { m_A4AFsrclist.insert(CCLIENTREF(src, "A4AFSource")); } |
| 531 | bool RemoveA4AFSource(CUpDownClient* src) { return (m_A4AFsrclist.erase(CCLIENTREF(src, "")) > 0); } |
no outgoing calls
no test coverage detected