mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 07:15:39 +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:
parent
8a3fe2f1c5
commit
7a2c1013a6
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue