| 87 | |
| 88 | |
| 89 | void WorkManager::getNewWorks() { |
| 90 | // cout<<"WM asking for "<<actives.front()<<" to stopandreturn"<<endl; |
| 91 | (actives.front())->stopAndReturn(); |
| 92 | } |
| 93 | |
| 94 | WorkManager::WorkManager(Qcop* p,WorkComparator* c) : Todos(c) { |
| 95 | problem=p; |
nothing calls this directly
no test coverage detected