CommandInfo.cpp
上传用户:hell82222
上传日期:2013-12-19
资源大小:1872k
文件大小:1k
- // CommandInfo.cpp: implementation of the CCommandInfo class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "FileSwitch.h"
- #include "CommandInfo.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CCommandInfo::CCommandInfo()
- {
- }
- CCommandInfo::~CCommandInfo()
- {
- }