| 397 | // ------ |
| 398 | |
| 399 | void |
| 400 | XMPIterator::Unlock ( XMP_OptionBits options ) |
| 401 | { |
| 402 | UNUSED(options); |
| 403 | |
| 404 | XMPMeta::Unlock ( 0 ); |
| 405 | |
| 406 | } // Unlock |
| 407 | |
| 408 | // ================================================================================================= |
| 409 | // Constructors |
nothing calls this directly
no outgoing calls
no test coverage detected