| 1542 | // ------------- |
| 1543 | |
| 1544 | void |
| 1545 | XMPMeta::SetObjectName ( XMP_StringPtr name ) |
| 1546 | { |
| 1547 | VerifyUTF8 ( name ); // Throws if the string is not legit UTF-8. |
| 1548 | tree.name = name; |
| 1549 | |
| 1550 | } // SetObjectName |
| 1551 | |
| 1552 | |
| 1553 | // ------------------------------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected