menufw/menufwui/mmwidgets/src/mmitemsdatacache.cpp
changeset 4 4d54b72983ae
parent 0 f72a12da539e
child 9 f966699dea19
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
   108 void CMmItemsDataCache::Invalidate()
   108 void CMmItemsDataCache::Invalidate()
   109     {
   109     {
   110     const TInt count = iItemCacheArr.Count();
   110     const TInt count = iItemCacheArr.Count();
   111     for ( TInt i = 0; i < count; ++i )
   111     for ( TInt i = 0; i < count; ++i )
   112         {
   112         {
   113         iItemCacheArr[i]->SetValid( EFalse );
   113         iItemCacheArr[i]->SetValidL( EFalse );
   114         }
   114         }
   115     }
   115     }
   116 
   116 
   117 // -----------------------------------------------------------------------------
   117 // -----------------------------------------------------------------------------
   118 //
   118 //