mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +02:00
Bug 122336: Use the asynchronous tree viewer in the Modules view.
This commit is contained in:
parent
f4fc48f7ce
commit
6826257fc8
1 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,6 @@ import org.eclipse.cdt.debug.core.model.IModuleRetrieval;
|
|||
import org.eclipse.cdt.debug.internal.core.ICDebugInternalConstants;
|
||||
import org.eclipse.core.runtime.IStatus;
|
||||
import org.eclipse.core.runtime.MultiStatus;
|
||||
import org.eclipse.core.runtime.PlatformObject;
|
||||
import org.eclipse.core.runtime.Status;
|
||||
import org.eclipse.debug.core.DebugEvent;
|
||||
import org.eclipse.debug.core.DebugException;
|
||||
|
@ -29,7 +28,7 @@ import org.eclipse.debug.core.DebugException;
|
|||
/**
|
||||
* Manages the modules loaded on this debug target.
|
||||
*/
|
||||
public class CModuleManager extends PlatformObject implements IModuleRetrieval {
|
||||
public class CModuleManager implements IModuleRetrieval {
|
||||
|
||||
/**
|
||||
* The debug target associated with this manager.
|
||||
|
|
Loading…
Add table
Reference in a new issue