#pragma once #include "stdafx.h" #include "MBFileSvrInfo.h" /************************************************************************/ /* ·þÎñÁбí¹ÜÀíÆ÷ */ /************************************************************************/ class AFX_EXT_CLASS CMBFileSvrMgr { public: CMBFileSvrMgr(void); ~CMBFileSvrMgr(void); private: CMBFileSvrInfoMap m_mapFileSvrInfo; // ÎļþÐÅÏ¢³ÐÔØÆ÷ public: bool AddFileSvrInfo(CMBFileSvrInfo *pFileSvrInfo); // Ìí¼ÓÊý¾Ý CMBFileSvrInfo *GetFileSvrInfo( CString strFlag ); // ²éÕÒ bool RemoveAllFileSvrInfo(); // ÒÆ³ý void GetMapFileSvr( CMBFileSvrInfoMap &mapFileSvrInfo ); public: bool ParseXml(CString strOrgServer, CString strXml,CString &strErrInfo ); // ½âÎöxml };