| 894 | } |
| 895 | |
| 896 | void MessageParser::parseAppMsgRedPacket(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const |
| 897 | { |
| 898 | tv["%%MESSAGE%%"] = getLocaleString("[Red Packet]"); |
| 899 | } |
| 900 | |
| 901 | void MessageParser::parseAppMsgReaderType(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const |
| 902 | { |
nothing calls this directly
no outgoing calls
no test coverage detected