| 1571 | } |
| 1572 | |
| 1573 | bool CCECClient::CanSaveConfiguration(void) |
| 1574 | { |
| 1575 | return m_processor ? m_processor->CanSaveConfiguration() : false; |
| 1576 | } |
| 1577 | |
| 1578 | bool CCECClient::SaveConfiguration(const libcec_configuration &configuration) |
| 1579 | { |
no outgoing calls
no test coverage detected