34 CAPriceInfo::CAPriceInfo(
UINT8* strMixId,
UINT8* strPriceCertHash,
SINT32 a_postition)
36 m_pStrMixId = strMixId;
37 m_pStrPriceCertHash = strPriceCertHash;
38 m_postition = a_postition;
42 CAPriceInfo::~CAPriceInfo()
46 delete[] m_pStrPriceCertHash;
47 m_pStrPriceCertHash = NULL;