1
0
Fork 0
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:
Alain Magloire 2004-11-12 02:09:42 +00:00
parent bdcff14fb9
commit 1885ceaedf
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -72,4 +72,5 @@ public interface ICDIVariable extends ICDIVariableDescriptor {
*/
void dispose() throws CDIException;
boolean equals(ICDIVariable variable);
}