| 889 | } |
| 890 | |
| 891 | void MessageParser::parseAppMsgTransfer(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const |
| 892 | { |
| 893 | tv["%%MESSAGE%%"] = getLocaleString("[Transfer]"); |
| 894 | } |
| 895 | |
| 896 | void MessageParser::parseAppMsgRedPacket(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const |
| 897 | { |
nothing calls this directly
no outgoing calls
no test coverage detected