- #include "StdAfx.h"
- #include "ServerCustomRule.h"
-
- //////////////////////////////////////////////////////////////////////////////////
-
- //构造函数
- CServerCustomRule::CServerCustomRule()
- {
- }
-
- //析构函数
- CServerCustomRule::~CServerCustomRule()
- {
- }
-
- //////////////////////////////////////////////////////////////////////////////////
|