| 57 | } |
| 58 | |
| 59 | CAQCommandHandler::~CAQCommandHandler(void) |
| 60 | { |
| 61 | delete m_powerOnCheck; |
| 62 | } |
| 63 | |
| 64 | bool CAQCommandHandler::PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination) |
| 65 | { |
nothing calls this directly
no outgoing calls
no test coverage detected