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