正在显示
1 个修改的文件
包含
18 行增加
和
0 行删除
src/server/services/dmpmodule.h
0 → 100644
1 | +/************************************************************************** | ||
2 | +* file: dmpmodule.h | ||
3 | + | ||
4 | +* Author: wanzhongping | ||
5 | +* Date: 2021-01-04 10:29:12 | ||
6 | +* Email: zhongpingw@chinadci.com | ||
7 | +* copyright: 广州城市信息研究所有限公司 | ||
8 | +***************************************************************************/ | ||
9 | + | ||
10 | +#ifndef __dmpmodule_h__ | ||
11 | +#define __dmpmodule_h__ | ||
12 | + | ||
13 | +#include "dmpservicemodule.h" | ||
14 | +#include "dmpserviceregistry.h" | ||
15 | +#include "dmpservice.h" | ||
16 | + | ||
17 | + | ||
18 | +#endif // __dmpmodule_h__ |
请
注册
或
登录
后发表评论