mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
updated.
This commit is contained in:
parent
7f0682ff8d
commit
006348900f
1 changed files with 15 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue