#ifndef DBOX_MESSAGEID_H #define DBOX_MESSAGEID_H #include std::string gen_message_id(const std::string &module); #endif