| 361 | } |
| 362 | |
| 363 | void CCECProcessor::SetRetryLineTimeout(uint8_t iTimeout) |
| 364 | { |
| 365 | CLockObject lock(m_mutex); |
| 366 | m_iRetryLineTimeout = iTimeout; |
| 367 | } |
| 368 | |
| 369 | uint8_t CCECProcessor::GetRetryLineTimeout(void) |
| 370 | { |
nothing calls this directly
no outgoing calls
no test coverage detected