#include "stdafx.h" #include "McString.h" CMcString::CMcString() { m_nAddrStart = 0; m_nAddrEnd = 0; } CMcString::~CMcString() { }