| 91 | } |
| 92 | |
| 93 | void QueryCommand(LightQueryElement& lqe) { |
| 94 | if (updateThread) { |
| 95 | modifyQuery.lockWrite(); |
| 96 | lightQuery.push(lqe); |
| 97 | modifyQuery.unlockWrite(); |
| 98 | SetEvent(haveNewElement); |
| 99 | } |
| 100 | } |
| 101 | |
| 102 | void QueryUpdate() { |
| 103 | static LightQueryElement upd{ NULL, 0, 1 }; |
no test coverage detected