/** * space_server 对外接口标准功能。 * * © 2020 成都河狸智能科技有限责任公司。保留所有权利。 * * 作者: zhq1229 */ #ifndef __SERVER_STANDARD_H__ #define __SERVER_STANDARD_H__ #include namespace server { namespace standard { int init(Json::Value &conf); int shutdown(); } // namespace standard } // namespace server #endif // __SERVER_STANDARD_H__