| 715 | } |
| 716 | |
| 717 | void MessageParser::parseAppMsgImage(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const |
| 718 | { |
| 719 | parseAppMsgDefault(appMsg, xmlParser, session, tv); |
| 720 | } |
| 721 | |
| 722 | void MessageParser::parseAppMsgAudio(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const |
| 723 | { |
nothing calls this directly
no outgoing calls
no test coverage detected