1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 09:46:02 +02:00

[266588] Make MIRunControl.MIExecutionDMC private static. It cannot be removed since it is needed for debuggers that don't use the IProcesses service

This commit is contained in:
Marc Khouzam 2009-03-13 03:45:08 +00:00
parent 7191ded39d
commit ef3d1a827d

View file

@ -75,8 +75,7 @@ import org.osgi.framework.BundleContext;
*/
public class MIRunControl extends AbstractDsfService implements IRunControl, ICachingService
{
@Deprecated
protected class MIExecutionDMC extends AbstractDMContext implements IMIExecutionDMContext
private static class MIExecutionDMC extends AbstractDMContext implements IMIExecutionDMContext
{
/**
* Integer ID that is used to identify the thread in the GDB/MI protocol.