00001 #include "stdafx.h" 00002 00003 #include "GridCellAttrName.h" 00004 00005 00006 #ifdef _DEBUG 00007 #define new DEBUG_NEW 00008 #undef THIS_FILE 00009 static char THIS_FILE[] = __FILE__; 00010 #endif 00011 00012 IMPLEMENT_DYNCREATE(CGridCellAttrName, CGridCell) 00013 00014 void CGridCellAttrName::SetRealName(CString realname) 00015 { 00016 RealName = realname; 00017 } 00018 00019 CString CGridCellAttrName::GetRealName() 00020 { 00021 return RealName; 00022 }