| 140 | void CloseAndDispatchLost() { InternalClose(); OnLost(); } |
| 141 | |
| 142 | bool HaveNotificationSupport() const { return m_haveNotificationSupport; } |
| 143 | |
| 144 | // Set by CECServerSocket::Authenticate once the peer IP is known. |
| 145 | // Affects the ZLIB-skip decision in WritePacket only. |
no outgoing calls
no test coverage detected