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

Removed the 'getBreakpoint' method.

This commit is contained in:
Mikhail Khodjaiants 2002-08-08 19:17:01 +00:00
parent dda2bd3297
commit 37e437dfe7

View file

@ -23,16 +23,6 @@ public interface ICBreakpointManager extends ICSessionObject
*/
ICBreakpoint[] getBreakpoints() throws CDIException;
/**
* Returns the breakpoint associated with the given identifier or
* <code>null</code> if no such breakpoint exists.
*
* @param breakpointId - the breakpoint identifier
* @return the breakpoint associated with the given identifier
* @throws CDIException on failure. Reasons include:
*/
ICBreakpoint getBreakpoint( String breakpointId ) throws CDIException;
/**
* Deletes the given breakpoint.
*