ItermProcessTypeCheck.cpp
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
- // ItermProcessTypeCheck.cpp: implementation of the ItermProcessTypeCheck class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "ItermProcessTypeCheck.h"
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- ItermProcessTypeCheck::ItermProcessTypeCheck(string Type)
- :m_value(Type)
- {
- }
- ItermProcessTypeCheck::~ItermProcessTypeCheck()
- {
- }