www.pudn.com > DEM_TDS.rar > MapPickAttrib.cpp, change:2007-04-26,size:667b
// DEMEdit.cpp : implementation file // #include "stdafx.h" #include "DEM.h" #include "DEMEdit.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CMapPickAttrib CDEMEdit::CDEMEdit() { } CDEMEdit::~CDEMEdit() { } BEGIN_MESSAGE_MAP(CDEMEdit, CEdit) //{{AFX_MSG_MAP(CMapPickAttrib) // NOTE - the ClassWizard will add and remove mapping macros here. //}}AFX_MSG_MAP END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CMapPickAttrib message handlers