mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
[291086] Compilation fix
This commit is contained in:
parent
73f0fa475b
commit
7a070c27d7
1 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ import org.eclipse.cdt.dsf.concurrent.CountingRequestMonitor;
|
|||
import org.eclipse.cdt.dsf.concurrent.DataRequestMonitor;
|
||||
import org.eclipse.cdt.dsf.concurrent.IDsfStatusConstants;
|
||||
import org.eclipse.cdt.dsf.concurrent.RequestMonitor;
|
||||
import org.eclipse.cdt.dsf.concurrent.RequestMonitor.ICanceledListener;
|
||||
import org.eclipse.cdt.dsf.internal.ui.DsfUIPlugin;
|
||||
import org.eclipse.cdt.dsf.ui.concurrent.SimpleDisplayExecutor;
|
||||
import org.eclipse.cdt.dsf.ui.concurrent.ViewerDataRequestMonitor;
|
||||
|
@ -349,7 +350,7 @@ abstract public class AbstractVMProvider implements IVMProvider, IVMEventListene
|
|||
public void requestCanceled(RequestMonitor rm) {
|
||||
queueRm.cancel();
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
queue.fCurrentEvent = eventInfo;
|
||||
queue.fCurrentRm = queueRm;
|
||||
|
|
Loading…
Add table
Reference in a new issue