| 184 | #else |
| 185 | |
| 186 | bool BoxedWineConditionTimer::run() { |
| 187 | this->cond->signalThread(true); |
| 188 | return false; // signal will remove timer |
| 189 | } |
| 190 | |
| 191 | BoxedWineCondition::BoxedWineCondition(BString name) : name(name) { |
| 192 | } |
nothing calls this directly
no test coverage detected