* Make sure any previously created links are cleaned up. */
| 94 | * Make sure any previously created links are cleaned up. |
| 95 | */ |
| 96 | void Initialize() override |
| 97 | { |
| 98 | this->Impl->Initialize(); |
| 99 | this->Modified(); |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Reclaim any unused memory. |
nothing calls this directly
no test coverage detected