#pragma once #include "stdafx.h" #include "MBPsnDocInfo.h" /************************************************************************/ /* ¸öÈËÎļþ¹ÜÀíÆ÷ */ /************************************************************************/ class AFX_EXT_CLASS CMBPsnDocMgr : public CMBBaseDocMgr { public: CMBPsnDocMgr(void); ~CMBPsnDocMgr(void); public: virtual void Abst(){}; public: bool AddDocInfo(CMBPsnDocInfo *pDocInfo); // Ìí¼ÓÊý¾Ý CMBPsnDocInfo *GetDocInfo( CString strID ); // ²éÕÒ CMBPsnDocInfo *GetDocInfoByName( CString strName ); // ²éÕÒ bool RemoveAllDocInfo(); // ÒÆ³ý bool ParseXml( CString &strXml,CString &strErrInfo ); // ½âÎö´Ó·þÎñ¶Ë¹ýÀ´µÄÊý¾Ý bool ParseDocListXml( CString &strXml,CString &strErrInfo ); // ½âÎö´Ó·þÎñ¶Ë¹ýÀ´µÄÊý¾Ý bool EmptyMgr( ); };