| 130 | } |
| 131 | |
| 132 | void BlCvTypeWorkThread::Add(BlCvTypeSource* typeSource) |
| 133 | { |
| 134 | AutoCrit autoCrit(mCritSect); |
| 135 | mTypeSourceWorkQueue.push_back(typeSource); |
| 136 | mWorkEvent.Set(); |
| 137 | } |
| 138 | |
| 139 | ////////////////////////////////////////////////////////////////////////// |
| 140 |
no test coverage detected