Persist the new name of a renamed core @param cc the CoreContainer @param oldCD the CoreDescriptor of the core before renaming @param newCD the CoreDescriptor of the core after renaming
(CoreContainer cc, CoreDescriptor oldCD, CoreDescriptor newCD)
| 55 | * @param newCD the CoreDescriptor of the core after renaming |
| 56 | */ |
| 57 | void rename(CoreContainer cc, CoreDescriptor oldCD, CoreDescriptor newCD); |
| 58 | |
| 59 | /** |
| 60 | * Swap two core definitions |
no outgoing calls