| 241 | bool PreviewAvailable(); |
| 242 | uint16 GetAvailablePartCount() const { return m_availablePartsCount; } |
| 243 | uint64 GetLastAnsweredTime() const { return m_ClientSrcAnswered; } |
| 244 | void SetLastAnsweredTime(); |
| 245 | void SetLastAnsweredTimeTimeout(); |
| 246 | uint64 GetLostDueToCorruption() const { return m_iLostDueToCorruption; } |
no outgoing calls
no test coverage detected