| 859 | // ------------ |
| 860 | |
| 861 | void |
| 862 | XMPMeta::UnlockObject ( XMP_OptionBits options ) const |
| 863 | { |
| 864 | UNUSED(options); |
| 865 | |
| 866 | XMPMeta::Unlock ( 0 ); |
| 867 | |
| 868 | } // UnlockObject |
| 869 | |
| 870 | |
| 871 | // ------------------------------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected