| 544 | } |
| 545 | |
| 546 | XMLTagHandler *AUPImportFileHandle::HandleXMLChild(const std::string_view& tag) |
| 547 | { |
| 548 | return this; |
| 549 | } |
| 550 | |
| 551 | void AUPImportFileHandle::HandleXMLEndTag(const std::string_view& tag) |
| 552 | { |
no outgoing calls
no test coverage detected