1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2003-06-06 01:16:17 +00:00
parent b18a703288
commit b48df83281

View file

@ -1,3 +1,16 @@
2003-06-05 Alain Magloire
Patch from Christophe Juniet, this patch adds #ifdef guards
when generating a header for a class.
Note the field NewClassWizardPage.createClass change to ICElement
since the C/C++ consider:
class foo { };
like a variable instead IVariable instead of a IVariableDeclaration.
* src/org/eclipse/cdt/ui/wizards/NewClassWizardPage.java
* src/org/eclipse/cdt/internal/ui/wizards/NewWizardMessages.properties.
2003-05-23 Alain Magloire 2003-05-23 Alain Magloire
Patch from Victor Mozgin to deal with PR 38405 Patch from Victor Mozgin to deal with PR 38405