a
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
// DataMngStruct.cpp: implementation of the CDataMngStruct class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "geomative.h"
|
||||
#include "DataMngStruct.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
#undef THIS_FILE
|
||||
static char THIS_FILE[]=__FILE__;
|
||||
#define new DEBUG_NEW
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Construction/Destruction
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
CDataMngStruct::CDataMngStruct()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
CDataMngStruct::~CDataMngStruct()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
bool CDataMngStruct::ShowDetailInfo(CListCtrl& dmsListCtrl)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user