Und_Base.cpp
资源名称:44757463.rar [点击查看]
上传用户:lj3531212
上传日期:2007-06-18
资源大小:346k
文件大小:0k
源码类别:
绘图程序
开发平台:
Visual C++
- // UND_Base.cpp: CUND_Base
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "UND_Base.h"
- CUND_Base::CUND_Base()
- {
- m_strTitle="???";
- }
- CUND_Base::CUND_Base(void* pVoid)
- {
- m_strTitle="???";
- }
- CUND_Base::~CUND_Base()
- {
- }
- BOOL CUND_Base::OnEditUndo(CCore* pCore)
- {
- return true;
- }
- BOOL CUND_Base::OnEditRedo(CCore* pCore)
- {
- return true;
- }