#pragma once
|
#include "stdafx.h"
|
#include "MBQueryNdCatalog.h"
|
/************************************************************************/
|
/* Ŀ¼¹ÜÀíÆ÷ */
|
/************************************************************************/
|
class AFX_EXT_CLASS CMBQueryNdCatalogMgr
|
:public CMBBaseCatalogMgr
|
{
|
public:
|
CMBQueryNdCatalogMgr(void);
|
~CMBQueryNdCatalogMgr(void);
|
public:
|
virtual void Abst(){};
|
public:
|
bool AddCatalog(CMBQueryNdCatalog *pCatalog); // Ìí¼ÓÊý¾Ý
|
bool RemoveAllCatalog(); // ÒÆ³ýĿ¼
|
bool ParseXml( CString &strXml,CString &strErrInfo ); // ½âÎö·þÎñ·µ»ØµÄÐÅÏ¢
|
};
|
|