1
0
Fork 0
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:
Mikhail Khodjaiants 2005-12-29 22:00:34 +00:00
parent f4fc48f7ce
commit 6826257fc8

View file

@ -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.