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