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