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