Exemplo n.º 1
0
void CRUCache::SetupRecomputeProperty()
{
	DSListPosition pos = mvList_.GetHeadPosition();
	while (NULL != pos)
	{
		CRUMV *pMV = mvList_.GetNext(pos);
		pMV->SetupRecomputeProperty(isTotalRecompute_);
	}
}