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-04-10 01:12:54 +00:00
parent 7f0682ff8d
commit 006348900f

View file

@ -1,3 +1,18 @@
2003-04-09 Alain Magloire
Give a chance to the manager to initialize and shutdown gracefully.
The CCorePlugin will call the managers, indexer, coreModel, CDescriptorManager
startup() method and shutdown() method.
* src/org/eclipse/cdt/core/CCorePlugin.java:
Call {IndexModel,CoreModel}.{startup,shutdown}().
* model/org/eclipse/cdt/core/model/CoreModel.java:
New methods startup/shutdown.
* model/org/eclipse/cdt/internal/core/mode/CModelManager.java:
implement startup/shutdown.
* index/org/eclipse/cdt/core/model/IndexModel.java:
New methods startup/shutdown.
2003-04-08 Alain Magloire 2003-04-08 Alain Magloire
* model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java: * model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java: