1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00
This commit is contained in:
Mikhail Khodjaiants 2004-07-26 15:35:15 +00:00
parent 926948769c
commit a32d8676d5

View file

@ -15,7 +15,7 @@ import org.eclipse.debug.core.model.IStackFrame;
import org.eclipse.debug.core.model.IValue;
/**
* C/C++ extension of <code>IStackFrame</code>.
* C/C++ specific extension of <code>IStackFrame</code>.
*/
public interface ICStackFrame extends IStackFrame, ICDebugElement {