| 115 | } |
| 116 | |
| 117 | BOOL CConnectLayer::cbLayerWait(void *userContext, BOOL waitWrite, DWORD timeout) |
| 118 | { |
| 119 | //qDebug(log) << Q_FUNC_INFO; |
| 120 | CConnectLayer* pThis = ((LayerUserData*)userContext)->pThis; |
| 121 | return pThis->OnLayerWait(waitWrite, timeout); |
| 122 | } |
| 123 | |
| 124 | HANDLE CConnectLayer::cbLayerGetEvent(void *userContext) |
| 125 | { |
nothing calls this directly
no test coverage detected