1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-16 04:35:45 +02:00
This commit is contained in:
Alain Magloire 2003-02-02 01:03:15 +00:00
parent 04aae18732
commit 1320750da0

View file

@ -1,3 +1,16 @@
2003-02-01 Alain Magloire
Cleanups and suggestions for Hoda.
* mode/org/eclipse/cdt/core/model/ITemplate.java:
New File.
* model/org/eclipse/cdt/core/model/IField.java:
Now extedns IVariableDeclaration.
* model/org/eclipse/cdt/core/model/IMethodDeclaration.java:
Extends IFunctionDeclaration.
* model/org/eclipse/cdt/core/model/IVariableLocal.java:
Removed.
2003-01-29 Alain Magloire
* index/org/eclipse/cdt/internal/core/index/IndexManager.java (shutdown):