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:
Alain Magloire 2003-01-23 16:43:02 +00:00
parent 2600c79835
commit 1600134333

View file

@ -1,6 +1,25 @@
2003-01-23 Alain Magloire
* model/org/eclipse/cdt/internal/core/model/CModelManager.java (getHeaderExtensions): Returns possible C/C++ header extensions name.
(getSourceExtensions): Returns possible C/C++ extension.
(getTranslationUnitExtensions): Returns possible C/C++ extension.
* model/org/eclipse/cdt/core/model/CoreModel.java:
(getHeaderExtensions): New method.
(getSourceExtensions): New method.
(getTranslationUnitExtensions): New method.
2003-01-23 Alain Magloire
Changes proposed by Amer Hoda.
* model/org/eclipse/cdt/internal/core/model/Structure.java:
Extends IVariableDeclaration instead of IVariable.
* model/org/eclipse/cdt/core/model/IStructure.java:
Extends IVariableDeclaration instead of IVariable.
2003-01-17 Alain Magloire
* mode/org/eclipse/cdt/internal/core/model/parser/ElfBinaryFile.java (addSymbols):
* model/org/eclipse/cdt/internal/core/model/parser/ElfBinaryFile.java (addSymbols):
The catch IOException was at the wrong place.
2002-12-23 Alain Magloire