1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 23:05:47 +02:00

2004-09-03 Alain Magloire

Add the BinaryModule to the info.
	* model/org/eclipse/cdt/internal/core/model/BinaryModule.java
This commit is contained in:
Alain Magloire 2004-09-03 20:54:38 +00:00
parent 8a3fe2f1c5
commit 7a2c1013a6
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-09-03 Alain Magloire
Add the BinaryModule to the info.
* model/org/eclipse/cdt/internal/core/model/BinaryModule.java
2004-09-03 Alain Magloire
Patch from Patrick Duboy. 72901

View file

@ -89,6 +89,7 @@ public class BinaryModule extends Parent implements IBinaryModule {
* @see org.eclipse.cdt.internal.core.model.CElement#generateInfos(java.lang.Object, java.util.Map, org.eclipse.core.runtime.IProgressMonitor)
*/
protected void generateInfos(Object info, Map newElements, IProgressMonitor monitor) throws CModelException {
newElements.put(this, info);
}
}