You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #ifndef SERVER_CUSTOM_RULE_HEAD_FILE
- #define SERVER_CUSTOM_RULE_HEAD_FILE
-
- #pragma once
-
- #include "ModuleManagerHead.h"
-
- //////////////////////////////////////////////////////////////////////////////////
-
- //自定规则
- class MODULE_MANAGER_CLASS CServerCustomRule
- {
- //函数定义
- public:
- //构造函数
- CServerCustomRule();
- //析构函数
- virtual ~CServerCustomRule();
- };
-
- //////////////////////////////////////////////////////////////////////////////////
-
- #endif
|