#pragma once #include "stdafx.h" /************************************************************************/ /* Ó¦ÓÃÐÅÏ¢ */ /************************************************************************/ class AFX_EXT_CLASS CMBApplicationInfo { public: CMBApplicationInfo(void); ~CMBApplicationInfo(void); public: CString m_strID; // Ó¦ÓÃid CString m_strName; // Ãû³Æ CString m_strDefUsed; // ÊÇ·ñȫԱ¿ÉʹÓà CString m_strVer; // °æ±¾ CString m_strServerIP; // µØÖ· CString m_strServicePort; // ¶Ë¿Ú public: bool ParseXml(CString & strXml,CString & strErrInfo); // ½âÎö´Ó·þÎñ·µ»ØµÄÐÅÏ¢ };