Swap two core definitions @param cc the CoreContainer @param cd1 the core descriptor of the first core, after swapping @param cd2 the core descriptor of the second core, after swapping
(CoreContainer cc, CoreDescriptor cd1, CoreDescriptor cd2)
| 64 | * @param cd2 the core descriptor of the second core, after swapping |
| 65 | */ |
| 66 | void swap(CoreContainer cc, CoreDescriptor cd1, CoreDescriptor cd2); |
| 67 | |
| 68 | /** |
| 69 | * Load all the CoreDescriptors from persistence store |
no outgoing calls