mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
159683 update modes
This commit is contained in:
parent
0c7d4ed117
commit
f96b483d1f
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ import java.util.List;
|
|||
import java.util.Vector;
|
||||
import java.util.concurrent.Executor;
|
||||
|
||||
import org.eclipse.dd.dsf.concurrent.ConfinedToDsfExecutor;
|
||||
import org.eclipse.dd.dsf.concurrent.DataRequestMonitor;
|
||||
import org.eclipse.dd.dsf.concurrent.DefaultDsfExecutor;
|
||||
import org.eclipse.dd.dsf.concurrent.DsfExecutor;
|
||||
|
@ -242,6 +243,7 @@ public abstract class VMCache
|
|||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@ConfinedToDsfExecutor("DsfSession.getSession(dmc.getSessionId()).getExecutor()")
|
||||
public void getModelData(IDMService service, final IDMContext dmc, final DataRequestMonitor rm, DsfExecutor executor)
|
||||
{
|
||||
if(fData.containsKey(dmc) && useCache())
|
||||
|
|
Loading…
Add table
Reference in a new issue