| 103 | } |
| 104 | |
| 105 | bool CCECAdapterMessageQueueEntry::IsWaiting(void) |
| 106 | { |
| 107 | CLockObject lock(m_mutex); |
| 108 | return m_bWaiting; |
| 109 | } |
| 110 | |
| 111 | cec_adapter_messagecode CCECAdapterMessageQueueEntry::MessageCode(void) |
| 112 | { |
nothing calls this directly
no outgoing calls
no test coverage detected