www.pudn.com > CListCtrlTest.rar > MyStorgeImg.cpp
// MyStorgeData.cpp: implementation of the CMyStorgeData class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "CListCtrlTest.h"
#include "MyStorgeImg.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CMyStorgeImg::CMyStorgeImg()
{
m_nitem = -1;
m_subitem = -1;
m_pfilepath = "";
m_flag = true;
}
CMyStorgeImg::~CMyStorgeImg()
{
}