1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 01:35:39 +02:00
This commit is contained in:
Alain Magloire 2003-05-23 15:49:52 +00:00
parent 139372d3d0
commit 3cb76211e0
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-05-23 Alain Magloire
* src/org/eclipse/cdt/debug/core/cdi/model/type/ICDIType.java: extends
ICDIObject.
2003-05-23 Alain Magloire
First draft of the implementing the types, org.eclipse.cdt.debug.core.cdi.model.type.*

View file

@ -1,3 +1,10 @@
2003-05-24 Alain Magloire
Continuing the implementation of types.
ICDIType is ICDIObject.
* src/org/eclispe/cdt/mi/core/cdi/model/type/Type.java:
Extends CObject
2003-05-23 Alain Magloire
Draft implementation of org.eclipse.cdt.debug.core.cdi.model.type/*