#include "stdafx.h" #include "McInt.h" CMcInt::CMcInt() { m_nAddr = 0; m_nValue = 0; } CMcInt::~CMcInt() { }