14 #ifndef MESSAGES_COLLECTION_HPP
15 #define MESSAGES_COLLECTION_HPP
26 typedef std::pair<unsigned int, std::string> MsgItem;
27 typedef std::map<unsigned int, std::string> MSG_MAP;
33 void set(
const std::vector<MsgItem>& msgItems);
42 #endif // MESSAGES_COLLECTION_HPP