mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
2004-11-11 Alain Magloire
Fix for PR 75000, from PalmSource * cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIVariable.java
This commit is contained in:
parent
bdcff14fb9
commit
1885ceaedf
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-11-11 Alain Magloire
|
||||
Fix for PR 75000, from PalmSource
|
||||
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIVariable.java
|
||||
|
||||
2004-11-10 Mikhail Khodjaiants
|
||||
Fix for bug 76340: CDT hogs Windows input loop when double clicking on a breakpoint.
|
||||
* InternalDebugCoreMessages.properties
|
||||
|
|
|
@ -72,4 +72,5 @@ public interface ICDIVariable extends ICDIVariableDescriptor {
|
|||
*/
|
||||
void dispose() throws CDIException;
|
||||
|
||||
boolean equals(ICDIVariable variable);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue