contentstorage/casrv/cawidgetscanner/src/cawidgetstoragehandler.cpp
changeset 88 7f0462e8c3da
parent 87 9d806967057c
child 92 782e3408c2ab
equal deleted inserted replaced
87:9d806967057c 88:7f0462e8c3da
   270 void CCaWidgetStorageHandler::SetMissingFlagL(
   270 void CCaWidgetStorageHandler::SetMissingFlagL(
   271         const CCaWidgetDescription* aWidget )
   271         const CCaWidgetDescription* aWidget )
   272     {
   272     {
   273     CCaInnerEntry* entry = aWidget->GetEntryLC();
   273     CCaInnerEntry* entry = aWidget->GetEntryLC();
   274     entry->SetFlags( entry->GetFlags() | EMissing );
   274     entry->SetFlags( entry->GetFlags() | EMissing );
   275     if(aWidget->IsUsed())
   275     if( aWidget->IsUsed() )
   276         {
   276         {
   277         entry->SetFlags( entry->GetFlags() | EUsed );
   277         entry->SetFlags( entry->GetFlags() | EUsed );
   278         }
   278         }
   279     iStorage->AddL( entry );
   279     iStorage->AddL( entry );
   280     CleanupStack::PopAndDestroy( entry );
   280     CleanupStack::PopAndDestroy( entry );