17 lines
329 B
C++
17 lines
329 B
C++
#include "StdAfx.h"
|
|
#include "ServerCustomRule.h"
|
|
|
|
//////////////////////////////////////////////////////////////////////////////////
|
|
|
|
//构造函数
|
|
CServerCustomRule::CServerCustomRule()
|
|
{
|
|
}
|
|
|
|
//析构函数
|
|
CServerCustomRule::~CServerCustomRule()
|
|
{
|
|
}
|
|
|
|
//////////////////////////////////////////////////////////////////////////////////
|