#include "StdAfx.h" #include "MBBaseTagDocObj.h" IMPLEMENT_DYNAMIC(CMBBaseTagDocObj, CMBAbstBaseObj) CMBBaseTagDocObj::CMBBaseTagDocObj(void) { m_nFileCount = 0; } CMBBaseTagDocObj::~CMBBaseTagDocObj(void) { }