| 725 | // ---------- |
| 726 | |
| 727 | void |
| 728 | XMPIterator::UnlockIter ( XMP_OptionBits options ) |
| 729 | { |
| 730 | UNUSED(options); |
| 731 | |
| 732 | XMPMeta::Unlock ( 0 ); |
| 733 | |
| 734 | } // UnlockIter |
| 735 | |
| 736 | // ================================================================================================= |
no outgoing calls
no test coverage detected