#pragma once #include "stdafx.h" class CMBShareDocInfo; // m_strID typedef map CMBShareDocInfoMap; typedef vector CMBShareDocInfoVector; /************************************************************************/ /* ¹²ÏíÎļþÐÅÏ¢ */ /************************************************************************/ class AFX_EXT_CLASS CMBShareDocInfo :public CMBBaseDocObj { DECLARE_DYNAMIC(CMBShareDocInfo) public: CMBShareDocInfo(void); ~CMBShareDocInfo(void); public: CString m_strSharedTime;// ¨C ¹²Ïíʱ¼ä CString m_strInvalidDate;// ¨C ʧЧÈÕÆÚ CString m_strSharers;// ¨C ¹²Ïí¸øÄÄЩÈË CString m_strTags;// ¨C Îĵµ±êÇ© CString m_strOwnerUserID;// ¨C ¹²ÏíÕߵǼÃû CString m_strOwnerUserName;// ¨C ¹²ÏíÕßÃû³Æ CString m_strLastViewTime;// ¨C ×îºóÒ»´Îä¯ÀÀʱ¼ä CString m_strLastModify;// ¨C ×îºóÒ»´ÎÐÞ¸Äʱ¼ä public: virtual void Abst(){}; CString GetThumbUrlID( ); // µÃµ½ËõÂÔͼµÄµØÖ· bool ParseXML(CString &strXML,CString &strErrInfo); // ½âÎö·þÎñ¶Ë·µ»ØµÄÐÅÏ¢ public: CString GetObjXml(); };