chengdu_zhonghe.h 481 B

12345678910111213141516171819202122232425
  1. /**
  2. * space_server 对外接口成都众合。
  3. *
  4. * © 2020 成都河狸智能科技有限责任公司。保留所有权利。
  5. *
  6. * 作者: zhq1229
  7. */
  8. #ifndef __SERVER_CHENGDU_ZHONGHE_H__
  9. #define __SERVER_CHENGDU_ZHONGHE_H__
  10. #include <space_lib/space_lib.h>
  11. namespace server {
  12. namespace chengdu_zhonghe {
  13. int init(Json::Value &conf);
  14. int shutdown();
  15. } // namespace chengdu_zhonghe
  16. } // namespace server
  17. #endif // __SERVER_CHENGDU_ZHONGHE_H__