mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
[290074] - [services][breakpoints] IBreakpointDMData interface should extend IDMData
This commit is contained in:
parent
f315e7e669
commit
6a53ab4690
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ import org.eclipse.cdt.dsf.concurrent.DataRequestMonitor;
|
|||
import org.eclipse.cdt.dsf.concurrent.Immutable;
|
||||
import org.eclipse.cdt.dsf.concurrent.RequestMonitor;
|
||||
import org.eclipse.cdt.dsf.datamodel.IDMContext;
|
||||
import org.eclipse.cdt.dsf.datamodel.IDMData;
|
||||
import org.eclipse.cdt.dsf.datamodel.IDMEvent;
|
||||
import org.eclipse.cdt.dsf.service.IDsfService;
|
||||
|
||||
|
@ -54,7 +55,7 @@ public interface IBreakpoints extends IDsfService {
|
|||
/**
|
||||
* Effective breakpoint data as held by the back-end.
|
||||
*/
|
||||
public interface IBreakpointDMData {
|
||||
public interface IBreakpointDMData extends IDMData {
|
||||
|
||||
public String getBreakpointType();
|
||||
public String getFileName();
|
||||
|
|
Loading…
Add table
Reference in a new issue