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