#include "stdafx.h" #include "McBool.h" CMcBool::CMcBool() { m_nAddr = 0; m_bValue = false; } CMcBool::~CMcBool() { }