class static */
| 384 | // ---------- |
| 385 | |
| 386 | /* class static */ void |
| 387 | XMPIterator::Terminate() RELEASE_NO_THROW |
| 388 | { |
| 389 | delete ( sDummySchema ); |
| 390 | sDummySchema = 0; |
| 391 | return; |
| 392 | |
| 393 | } // Terminate |
| 394 | |
| 395 | // ------------------------------------------------------------------------------------------------- |
| 396 | // Unlock |
nothing calls this directly
no outgoing calls
no test coverage detected