#include "StdAfx.h" #include "CreaterMotorCheckLimit.h" CCreaterMotorCheckLimit::CCreaterMotorCheckLimit(const CString &str) :CCreaterWorkCmd(str) { } CCreaterMotorCheckLimit::~CCreaterMotorCheckLimit(void) { } void CCreaterMotorCheckLimit::Creat() { CWorkCmd *pCmd = NULL; }