#ifndef READ_ACTIVATION_CODE_H #define READ_ACTIVATION_CODE_H #include extern bool read_activation_code(const std::string & file_name, std::string & activation_code); #endif // READ_ACTIVATION_CODE_H