#include "StdAfx.h" #include "MBBaseObj.h" IMPLEMENT_DYNAMIC(CMBBaseObj,CObject) CMBBaseObj::CMBBaseObj(void) { } CMBBaseObj::~CMBBaseObj(void) { }