| 1444 | } |
| 1445 | |
| 1446 | void CCECBusDevice::MarkBusy(void) |
| 1447 | { |
| 1448 | CLockObject handlerLock(m_handlerMutex); |
| 1449 | ++m_iHandlerUseCount; |
| 1450 | } |
| 1451 | |
| 1452 | void CCECBusDevice::MarkReady(void) |
| 1453 | { |
nothing calls this directly
no outgoing calls
no test coverage detected