| 622 | } |
| 623 | #else |
| 624 | bool CanPersistConfiguration(void) |
| 625 | { |
| 626 | return !!m_libCec && |
| 627 | m_libCec->CanPersistConfiguration(); |
| 628 | } |
| 629 | |
| 630 | bool PersistConfiguration(LibCECConfiguration ^configuration) |
| 631 | { |
nothing calls this directly
no test coverage detected