96,97d95
< extern std::map<std::string, ReportMsgInfo> reportMsgInfoMap;
< extern std::map<int, std::string> reportIdToMsgMap;
98a97,99
> std::map<std::string, ReportMsgInfo> &reportMsgInfoMap();
> std::map<int, std::string> &reportIdToMsgMap();
>