1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 09:15:38 +02:00

createLocation() is in breakpointManager.

This commit is contained in:
Alain Magloire 2002-08-30 04:53:27 +00:00
parent 01b423f57a
commit ffd67cbab2

View file

@ -38,9 +38,5 @@ public interface ICDISourceManager extends ICDISessionObject
* @throws CDIException on failure. Reasons include:
*/
void reset() throws CDIException;
/**
* Returns a ICDILocation
*/
ICDILocation createLocation(String file, String function, int line);
}