#pragma once #include "stdafx.h" #include "MBQueryDmsDoc.h" /************************************************************************/ /* Îļþ¹ÜÀíÆ÷ */ /************************************************************************/ class AFX_EXT_CLASS CMBQueryDmsDocMgr : public CMBBaseDocMgr { public: CMBQueryDmsDocMgr(void); ~CMBQueryDmsDocMgr(void); public: virtual void Abst(){}; public: bool AddDoc(CMBQueryDmsDoc *pDoc); // Ìí¼ÓÊý¾Ý CMBQueryDmsDoc* GetDoc( CString strID ); // ²éÕÒ bool RemoveAllDoc(); public: bool ParseXml( CString &strXml,CString &strErrInfo ); // ½âÎöÀ´×Ô¼º·þÎñ¶Ë·µ»ØµÄÐÅÏ¢ bool EmptyMgr(); // Çå¿Õ¹ÜÀíÆ÷ };